fix: add user to docker group

This commit is contained in:
Noa Aarts 2024-06-28 09:26:15 +02:00
parent 58c4b4c5e5
commit 56af1421b0
2 changed files with 2 additions and 7 deletions

View file

@ -56,11 +56,7 @@
};
noa = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [
firefox
tree
];
extraGroups = [ "networkmanager" "wheel" "docker" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINWtje7dGqyrBY7PLq6DANvUR6yfungQNsXGkTO6PP6/ noa@NoasPCArch"
];