summaryrefslogtreecommitdiff
path: root/hosts/tomato/default.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-25 23:36:33 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-25 23:36:33 -0500
commitb58c772ed7bb0ed75244915eec2a56312094d8fa (patch)
tree86102235b97e47e4198dc06dbdfe84cf6b745397 /hosts/tomato/default.nix
parent7551c8b0e98d27693987192e4085362cd61fedaa (diff)
downloadnixos-config-b58c772ed7bb0ed75244915eec2a56312094d8fa.tar.gz
nixos-config-b58c772ed7bb0ed75244915eec2a56312094d8fa.zip
hosts/*: Set up Yggdrasil
Diffstat (limited to 'hosts/tomato/default.nix')
-rw-r--r--hosts/tomato/default.nix2
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";