udpated Sovran Pro flake.nix

This commit is contained in:
2023-07-28 19:43:21 -07:00
parent 0704bb57e6
commit 3bbcef1c5b
3 changed files with 7 additions and 4 deletions

View File

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