udpated Sovran Pro flake.nix

This commit is contained in:
2023-07-28 19:43:21 -07:00
parent f7e05d9003
commit 741d8fdac0
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
];
};