reagranged Sovran Pro flake

This commit is contained in:
naturallaw77 2023-07-28 17:37:19 -07:00
parent 7b4868b798
commit 13b6203a17
2 changed files with 8 additions and 2 deletions

View File

@ -32,7 +32,7 @@ in
imports = imports =
[ [
./hardware-configuration.nix
./modules/modules.nix ./modules/modules.nix
]; ];

View File

@ -13,7 +13,13 @@
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ Sovran_Systems.nixosModules.Sovran_SystemsOS ]; modules = [
(nixpkgs + "/etc/nixos/hardware-configuration.nix")
Sovran_Systems.nixosModules.Sovran_SystemsOS
];
}; };