reagranged Sovran Pro flake
This commit is contained in:
parent
7b4868b798
commit
13b6203a17
@ -32,7 +32,7 @@ in
|
||||
imports =
|
||||
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
|
||||
./modules/modules.nix
|
||||
|
||||
];
|
||||
|
@ -13,7 +13,13 @@
|
||||
|
||||
system = "x86_64-linux";
|
||||
|
||||
modules = [ Sovran_Systems.nixosModules.Sovran_SystemsOS ];
|
||||
modules = [
|
||||
|
||||
(nixpkgs + "/etc/nixos/hardware-configuration.nix")
|
||||
|
||||
Sovran_Systems.nixosModules.Sovran_SystemsOS
|
||||
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user