Compare commits

..

No commits in common. "c1d507c5d822ae3b817ed32e79a4ca814142e56e" and "209585c67bcac8013f87e35530eedcd34ea3181f" have entirely different histories.

View file

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