From ed0ec2d68cb1cbaa7bb65f312fa4d4032cf4a80e 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