mirror of
https://github.com/alyssadev/nixos.git
synced 2026-01-17 07:53:52 +10:00
Compare commits
No commits in common. "c1d507c5d822ae3b817ed32e79a4ca814142e56e" and "209585c67bcac8013f87e35530eedcd34ea3181f" have entirely different histories.
c1d507c5d8
...
209585c67b
1 changed files with 1 additions and 7 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue