add missing modules
This commit is contained in:
parent
59ddf06cd6
commit
ce6ee2d241
1 changed files with 3 additions and 1 deletions
|
@ -22,10 +22,12 @@ let
|
|||
specialArgs = inputs;
|
||||
modules = [
|
||||
./systems/${name}
|
||||
self.outputs.nixosModules.default
|
||||
./users/jopejoe1
|
||||
./users/root
|
||||
./users/fp
|
||||
self.inputs.disko.nixosModules.disko
|
||||
self.inputs.home-manager.nixosModules.home-manager
|
||||
self.inputs.nixos-generators.nixosModules.all-formats
|
||||
{
|
||||
system.stateVersion = "24.05";
|
||||
nixpkgs.hostPlatform = {
|
||||
|
|
Loading…
Add table
Reference in a new issue