diff --git a/system/aly-server.nix b/system/aly-server.nix index 1a2f4b3..72bc6b7 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -45,6 +45,12 @@ 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; @@ -103,7 +109,7 @@ "inherit permissions" = "no"; "store dos attributes" = "no"; "follow symlinks" = "yes"; - "valid users" = "aly"; + "valid users" = "aly yasha"; "create mask" = "0664"; "directory mask" = "0775"; };