mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-03 07:47:20 +02:00
machines have suffix luj
This commit is contained in:
parent
5b01c4fc1f
commit
1ffc82596a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue