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;
|
specialArgs = inputs;
|
||||||
modules = [
|
modules = [
|
||||||
./systems/${name}
|
./systems/${name}
|
||||||
self.outputs.nixosModules.default
|
|
||||||
./users/jopejoe1
|
./users/jopejoe1
|
||||||
./users/root
|
./users/root
|
||||||
./users/fp
|
./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";
|
system.stateVersion = "24.05";
|
||||||
nixpkgs.hostPlatform = {
|
nixpkgs.hostPlatform = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue