Add felixalb user keys

This commit is contained in:
Felix Albrigtsen 2022-12-17 22:56:12 +01:00
parent c84af91c2c
commit 50133047e6
1 changed files with 3 additions and 0 deletions

View File

@ -4,5 +4,8 @@
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDKzPICGew7uN0cmvRmbwkwTCodTBUgEhkoftQnZuO4Q felixalbrigtsen@gmail.com"
];
};
}