oscar: Add chandler to docker group
This commit is contained in:
parent
aee8a274ef
commit
e289dde49a
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.chandler.isNormalUser = true;
|
||||
users.users.chandler.description = "Chandler Swift";
|
||||
users.users.chandler.extraGroups = [ "networkmanager" "wheel" "dialout" "cdrom" "plugdev" "adbusers" ];
|
||||
users.users.chandler.extraGroups = [ "networkmanager" "wheel" "dialout" "cdrom" "plugdev" "adbusers" "docker" ];
|
||||
home-manager.backupFileExtension = "backup";
|
||||
home-manager.users.chandler = { pkgs, ... }: {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue