Update
This commit is contained in:
parent
e9d22948ee
commit
f79a861b3b
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
};
|
||||
|
||||
# Helper function for generating host configs
|
||||
mkHost = {
|
||||
mkMinHost = {
|
||||
hostname,
|
||||
username ? "albert",
|
||||
desktop ? null,
|
||||
|
@ -43,7 +43,7 @@
|
|||
}: inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; };
|
||||
modules = [
|
||||
../nixos/minimal.nix
|
||||
../nixos/small.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue