fix: add user to docker group
This commit is contained in:
parent
58c4b4c5e5
commit
56af1421b0
2 changed files with 2 additions and 7 deletions
|
|
@ -125,7 +125,6 @@
|
|||
# Configure console keymap
|
||||
console.keyMap = "us-acentos";
|
||||
|
||||
users.groups.nixpow.members = [ "root" ];
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users = {
|
||||
root = {
|
||||
|
|
@ -134,7 +133,7 @@
|
|||
noa = {
|
||||
isNormalUser = true;
|
||||
description = "Noa Aarts";
|
||||
extraGroups = [ "networkmanager" "wheel" "nixpow" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
hashedPassword = "$6$rounds=512400$Zip3xoK2zcoR4qEL$N13YTHO5tpWfx2nKb1sye.ZPwfoRtMQ5f3YrMZqKzzoFoSSHHJ.l5ulCEa9HygFxZmBtPnwlseFEtl8ERnwF50";
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBFemc4Pzp7I0y8FHxgRO/c/ReBmXuqXR6CWqbhiQ+0t noa@Noas_flaptop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue