Add usb group for access
This commit is contained in:
@@ -15,8 +15,8 @@ in
|
||||
|
||||
users.users.${profile.username} = {
|
||||
isNormalUser = true;
|
||||
description = "Nina Chloe Kassandra";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp"];
|
||||
description = "Nina Chloé Kassandra";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp" "uucp"];
|
||||
packages = with pkgs; [];
|
||||
shell = pkgs.zsh;
|
||||
hashedPassword = profile.hashed-password;
|
||||
@@ -30,12 +30,13 @@ in
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Nina Chloe Kassandra Reiß";
|
||||
name = "Nina Chloé Kassandra Reiß";
|
||||
email = "nina.reiss@nickr.eu";
|
||||
};
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user