Manage ssh keys in config
This commit is contained in:
parent
d352e14cd0
commit
4630c8add7
|
@ -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 = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue