forgot flake.nix

This commit is contained in:
Sebastian Moser
2024-04-08 18:37:59 +02:00
parent 10efd9d88e
commit 61aa199316

View File

@@ -190,6 +190,14 @@
];
};
"hec-tmp" = nixpkgs.lib.nixosSystem rec {
system = "aarch64-linux";
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self system; };
modules = [
./hosts/tmp-hec.nix
];
};
# my headless nixos vm
"loki" = nixpkgs.lib.nixosSystem {
inherit specialArgs;