summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 36db5830..a0a58041 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -252,7 +252,8 @@ in rec {
252 "gkleen@yggdrasil.li" 252 "gkleen@yggdrasil.li"
253 ]; 253 ];
254 allowRegistration = false; 254 allowRegistration = false;
255 extraModules = [ "private" 255 extraModules = [ "posix"
256 "private"
256 "auth_custom" 257 "auth_custom"
257 "carbons" 258 "carbons"
258 "reload_modules" 259 "reload_modules"