ssh key
This commit is contained in:
parent
ad89e53947
commit
f7d62caaa4
2 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
description = "Till";
|
||||
extraGroups = [ "wheel" ];
|
||||
shell = pkgs.fish;
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
./ssh/till${"@"}nova.pub
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue