mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 01:00:54 +02:00
machines have suffix luj
This commit is contained in:
parent
0e53618a9e
commit
ed0ec2d68c
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
Reference in a new issue