quality-of-life improvemets

This commit is contained in:
Grigory Shipunov 2023-01-30 23:46:21 +01:00
parent b1823c1d2c
commit 58c7b0ab24
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,10 @@
{ config, ... }: {
security.sudo.wheelNeedsPassword = false;
users.users.caretaker = {
isNormalUser = true;
home = "/home/caretaker";
createHome = true;
extraGroups = [
"wheel"
"navidrome"