test
This commit is contained in:
parent
9dea77cb49
commit
f61f51ccc8
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
||||||
format
|
format
|
||||||
}: inputs.nixos-generators.nixosGenerate {
|
}: inputs.nixos-generators.nixosGenerate {
|
||||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
||||||
system = ${platform};
|
system = platform;
|
||||||
format = ${format};
|
format = format;
|
||||||
modules = [
|
modules = [
|
||||||
../nixos
|
../nixos
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
|
|
Loading…
Reference in a new issue