diff options
Diffstat (limited to 'modules/user.nix')
| -rw-r--r-- | modules/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.nix b/modules/user.nix index 36edd1f..b88038d 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -5,8 +5,8 @@ isNormalUser = true; extraGroups = [ "wheel" ]; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBi+VYFQOfb7J2eJd8CiXKcaLD+QfztXiS2pU07oHZNr chris@archiso" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwlqdl/70dJ1ABKwLEdLB6/RDpfE4RVaB+xL3YJ1v3+ chris@kingpin" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL7ghrJVl24UkfnyNOz21jbmrnPImp3+UR4/p2xymbnl chris@deskpin" ]; }; security.sudo.wheelNeedsPassword = false; |