mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +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 { };
|
recursiveUpdateManyAttrs = foldl recursiveUpdate { };
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Reference in a new issue