diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/bean/common.nix | 2 | ||||
-rw-r--r-- | hosts/thyme/default.nix | 2 | ||||
-rw-r--r-- | hosts/tomato/default.nix | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix index b368083..ff2897e 100644 --- a/hosts/bean/common.nix +++ b/hosts/bean/common.nix @@ -83,6 +83,8 @@ in this.hosts = { mine = true; + yggdrasil.public = true; + yggdrasil.private = true; }; system.stateVersion = "24.11"; diff --git a/hosts/thyme/default.nix b/hosts/thyme/default.nix index 623e81a..1f45392 100644 --- a/hosts/thyme/default.nix +++ b/hosts/thyme/default.nix @@ -26,6 +26,8 @@ this.hosts = { lan.home = true; mine = true; + yggdrasil.public = true; + yggdrasil.private = true; }; system.stateVersion = "24.11"; diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix index 74d39f4..f30cbb8 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -29,6 +29,8 @@ this.hosts = { lan.home = true; mine = true; + yggdrasil.public = true; + yggdrasil.private = true; }; system.stateVersion = "24.11"; |