From 1ffc82596a78b7ba39364a8b514f6df702cb19a0 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 5 Jun 2023 15:10:53 +0200 Subject: [PATCH] machines have suffix luj --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3633506..def4284 100644 --- a/flake.nix +++ b/flake.nix @@ -225,7 +225,7 @@ }); }; - getDomains = machine: with self.nixosConfigurations.${machine}.config; attrNames services.nginx.virtualHosts ++ optional services.tailscale.enable "${machine}.saumon"; + getDomains = machine: with self.nixosConfigurations.${machine}.config; attrNames services.nginx.virtualHosts ++ optional services.tailscale.enable "${machine}.luj"; recursiveUpdateManyAttrs = foldl recursiveUpdate { }; in