1
1
Fork 0

Manage ssh keys in config

This commit is contained in:
Jaculabilis 2022-11-27 02:51:05 +00:00
parent d352e14cd0
commit 4630c8add7
1 changed files with 4 additions and 0 deletions

View File

@ -163,6 +163,10 @@
isNormalUser = true;
group = "tvb";
extraGroups = [ "wheel" ]; # Enable sudo for the user.
openssh.authorizedKeys.keyFiles = [
../../keys/tvb.palamas.pub
../../keys/tvb.stagirite.pub
];
};
users.groups.tvb = {};