mirror of
https://github.com/alyssadev/nixos.git
synced 2026-01-16 23:43:53 +10:00
parent
c1d507c5d8
commit
0a5788f051
2 changed files with 21 additions and 21 deletions
|
|
@ -43,13 +43,13 @@
|
|||
description = "aly";
|
||||
hashedPassword = "$y$j9T$Q.yFJjo9LMA8o.7Ac5uSr/$Y8pYIPSzCXHSd4nAlUohaaohwpquK6XEIjxFKq3J4s/";
|
||||
openssh.authorizedKeys.keys = import ../data/authorized_keys.nix;
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "media" ];
|
||||
};
|
||||
users.users.yasha = {
|
||||
isNormalUser = true;
|
||||
description = "yasha";
|
||||
hashedPassword = "$y$j9T$EL1pxuTdXOyFXwbiT7P7s/$8Yzfss3xR9oqHDk29h.non19idZvSFDnHK.fqZaCRd9";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "media" ];
|
||||
};
|
||||
|
||||
# services.smartd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue