[NixOS] Fix gitter derivation

This commit is contained in:
2018-07-13 17:52:59 -07:00
parent 0026359c8e
commit 35d25058bd
2 changed files with 21 additions and 16 deletions

View File

@@ -313,8 +313,7 @@ in
# Define a user account. Don't forget to set a password with passwd.
users.extraUsers = let
extraGroups = [
"wheel" "disk" "audio" "video"
"networkmanager" "systemd-journal"
"wheel" "disk" "audio" "video" "networkmanager" "systemd-journal"
];
userDefaults = {
inherit extraGroups;