diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-25 23:36:33 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-25 23:36:33 -0500 |
commit | b58c772ed7bb0ed75244915eec2a56312094d8fa (patch) | |
tree | 86102235b97e47e4198dc06dbdfe84cf6b745397 /hosts/bean/common.nix | |
parent | 7551c8b0e98d27693987192e4085362cd61fedaa (diff) | |
download | nixos-config-b58c772ed7bb0ed75244915eec2a56312094d8fa.tar.gz nixos-config-b58c772ed7bb0ed75244915eec2a56312094d8fa.zip |
hosts/*: Set up Yggdrasil
Diffstat (limited to 'hosts/bean/common.nix')
-rw-r--r-- | hosts/bean/common.nix | 2 |
1 files changed, 2 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"; |