Resolving that silly bad argument error.

This commit is contained in:
Parnell Springmeyer
2016-09-01 19:26:54 -05:00
parent c686da8655
commit d60581d4d6
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ in
}
] ++
(lib.optionals config.users.mutableUsers
map (x: x // { user = "root";
map (x: x // { owner = "root";
group = "root";
setuid = true;
})