diff options
Diffstat (limited to 'hosts/tomato')
-rw-r--r-- | hosts/tomato/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |