fix public key path
This commit is contained in:
parent
4fbe064802
commit
a5db281643
|
@ -63,7 +63,7 @@ with lib; {
|
|||
group = "fabian";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = ["users" "wheel" "networkmanager" "dialout" "libvirtd"];
|
||||
openssh.authorizedKeys.keyFiles = [pki/fabian.ssh];
|
||||
openssh.authorizedKeys.keyFiles = [public_files/pki/fabian.ssh];
|
||||
};
|
||||
groups.fabian.gid = 1000;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue