add user to nix-users group for nix

axtloss/rework-partitioning
axtlos 3 years ago
parent 40eb16a377
commit d336460d20

@ -24,6 +24,7 @@ pub fn new_user(username: &str, hasroot: bool, password: &str) {
String::from("-a"), String::from("-a"),
String::from("-G"), String::from("-G"),
String::from("wheel"), String::from("wheel"),
String::from("nix-users"),
String::from(username), String::from(username),
], ],
), ),

Loading…
Cancel
Save