rexxar: fix the problem I swear I already fixed
This commit is contained in:
parent
34a76a3e85
commit
49694376c2
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@
|
|||
users.users.lukegb.extraGroups = lib.mkAfter [ "hackyplayer" ];
|
||||
users.users.samw = {
|
||||
isNormalUser = true;
|
||||
extraGroups = lib.mkAfter [ "hackyplayer "];
|
||||
extraGroups = lib.mkAfter [ "hackyplayer" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQdGzwYiallvWXIHgSAf2GOwMJKA8bxPmwyuO+vsd1HwB65hMRPCpKS+FNLIpkrADNnuhGS3xGCGSSuQ+zAu/g="
|
||||
"ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNLrJyUXmiFWb9vhlTWZLYr64IsKut+c9TGqq3/uwPDeF4X0Qb2jzxqXfQcDSztjR09JHbC8BOqfpYYT9LHahIo="
|
||||
|
|
Loading…
Reference in a new issue