summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index ecd93881..5c595db9 100644
--- a/odin.nix
+++ b/odin.nix
@@ -186,6 +186,10 @@
186 writable = true; 186 writable = true;
187 }; 187 };
188 }; 188 };
189 extraConfig = ''
190 domain master = true
191 workgroup = ASGARD
192 '';
189 }; 193 };
190 194
191 system.autoUpgrade.enable = true; 195 system.autoUpgrade.enable = true;