diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 17:08:57 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 17:08:57 +0100 |
commit | 88ba7a930749d258324514b95c86a4f6d0d549d5 (patch) | |
tree | a5e886a62af40a8ebe97004bb81f2e825894bff2 /ymir.nix | |
parent | bf04aee13a84add962f2b7001ca822fd904fb323 (diff) | |
download | nixos-88ba7a930749d258324514b95c86a4f6d0d549d5.tar nixos-88ba7a930749d258324514b95c86a4f6d0d549d5.tar.gz nixos-88ba7a930749d258324514b95c86a4f6d0d549d5.tar.bz2 nixos-88ba7a930749d258324514b95c86a4f6d0d549d5.tar.xz nixos-88ba7a930749d258324514b95c86a4f6d0d549d5.zip |
xmpp group on ymir
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ in { | |||
142 | members = [ "prosody" | 142 | members = [ "prosody" |
143 | ]; | 143 | ]; |
144 | }; | 144 | }; |
145 | users.groups."xmpp" = {}; | ||
145 | system.activationScripts."shadow-perms" = '' | 146 | system.activationScripts."shadow-perms" = '' |
146 | chown root:shadow /etc/shadow | 147 | chown root:shadow /etc/shadow |
147 | chmod 0640 /etc/shadow | 148 | chmod 0640 /etc/shadow |