Update users.nix

This commit is contained in:
Kevin Kandlbinder 2024-08-22 23:46:11 +02:00 committed by GitHub
parent 8180ee5d77
commit 4b7686d4b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,8 @@
isNormalUser = true;
description = "Kevin Kandlbinder";
extraGroups = [ "wheel" "docker" "dialout" "networkmanager" "floppy" "audio" "lp" "cdrom" "tape" "video" "render" ];
passwordFile = config.sops.secrets.password_kevin.path;
hashedPasswordFile = config.sops.secrets.password_kevin.path;
};
kevin.ssh.authorized.kevin.users = ["kevin" "root"];
}
}