This commit is contained in:
alydev 2026-01-04 20:33:45 +10:00
parent 209585c67b
commit 829d4704a7

View file

@ -45,6 +45,12 @@
openssh.authorizedKeys.keys = import ../data/authorized_keys.nix; openssh.authorizedKeys.keys = import ../data/authorized_keys.nix;
extraGroups = [ "networkmanager" "wheel" "docker" ]; extraGroups = [ "networkmanager" "wheel" "docker" ];
}; };
users.users.yasha = {
isNormalUser = true;
description = "yasha";
hashedPassword = "$y$j9T$Q.yFJjo9LMA8o.7Ac5uSr/$Y8pYIPSzCXHSd4nAlUohaaohwpquK6XEIjxFKq3J4s/";
extraGroups = [ "networkmanager" "wheel" "docker" ];
};
# services.smartd = { # services.smartd = {
# enable = true; # enable = true;
@ -103,7 +109,7 @@
"inherit permissions" = "no"; "inherit permissions" = "no";
"store dos attributes" = "no"; "store dos attributes" = "no";
"follow symlinks" = "yes"; "follow symlinks" = "yes";
"valid users" = "aly"; "valid users" = "aly yasha";
"create mask" = "0664"; "create mask" = "0664";
"directory mask" = "0775"; "directory mask" = "0775";
}; };