chore[client]: map treehouse to physical host
Some checks failed
Flake check / Check flake (push) Has been cancelled

This commit is contained in:
Leon Schwarzäugl 2025-10-23 11:51:53 +02:00
parent 1519305952
commit 35f108e3fc
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 242 additions and 69 deletions

View file

@ -7,5 +7,5 @@ let
in
{
# config.swarselsystems = mirrorAttrs;
config.swarselsystems = lib.mkIf (nixosConfig != null) (mkDefaultCommonAttrs config.swarselsystems nixosConfig.swarselsystems);
config.swarselsystems = lib.mkIf (nixosConfig != null) (mkDefaultCommonAttrs config.swarselsystems (nixosConfig.swarselsystems or { }));
}