misc changes

This commit is contained in:
2024-10-02 13:04:36 -04:00
parent aeec3128d1
commit ab79d22daf
5 changed files with 42 additions and 45 deletions

View File

@@ -57,22 +57,11 @@
inherit inputs username hostname;
};
inherit pkgs;
modules =
[
./system-${hostname}.nix
chaotic.nixosModules.default
agenix.nixosModules.default
]
++ (
if ("${hostname}" == "mreow") then # laptop
[
nixos-hardware.nixosModules.framework-12th-gen-intel
lanzaboote.nixosModules.lanzaboote
]
else
[ ]
);
modules = [
./system-${hostname}.nix
chaotic.nixosModules.default
agenix.nixosModules.default
];
};
};
}