summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 8f72e345..0a1c3410 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -122,6 +122,10 @@ in {
122 members = [ "prosody" 122 members = [ "prosody"
123 ]; 123 ];
124 }; 124 };
125 boot.postBootCommands = ''
126 chown root:shadow /etc/shadow
127 chmod 640 /etc/shadow
128 '';
125 users.groups."xmpp" = { 129 users.groups."xmpp" = {
126 members = [ "gkleen" 130 members = [ "gkleen"
127 ]; 131 ];