From 61aa199316ceb82df5db59054d9c05846841ac7d Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Mon, 8 Apr 2024 18:37:59 +0200 Subject: [PATCH] forgot flake.nix --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index ebf6c92..a68ffb0 100644 --- a/flake.nix +++ b/flake.nix @@ -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;