diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-26 08:37:31 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-26 08:37:31 -0500 |
commit | 55c9537a3376f27a4d9f39abf72b53ce5ccfc0f7 (patch) | |
tree | 0c4648238d19c0c2ad39de8abe6c6958bbf7fc18 /hosts | |
parent | 535494e059b6cea65bbaccba8cddd959af84e108 (diff) | |
download | nixos-config-55c9537a3376f27a4d9f39abf72b53ce5ccfc0f7.tar.gz nixos-config-55c9537a3376f27a4d9f39abf72b53ce5ccfc0f7.zip |
Fix previous commit
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/bean/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix index 92a9e4d..1918c57 100644 --- a/hosts/bean/common.nix +++ b/hosts/bean/common.nix @@ -83,7 +83,7 @@ in this.hosts = { mine = true; - lan = true; + lan.home = true; yggdrasil.public = true; yggdrasil.private = true; }; |