Compare commits

...

2 commits

Author SHA1 Message Date
alydev
c1d507c5d8 update
Some checks failed
/ Check (push) Has been cancelled
2026-01-04 20:36:25 +10:00
alydev
829d4704a7 update 2026-01-04 20:33:45 +10:00

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$EL1pxuTdXOyFXwbiT7P7s/$8Yzfss3xR9oqHDk29h.non19idZvSFDnHK.fqZaCRd9";
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";
}; };