fix authorized keys
This commit is contained in:
parent
9f5495eba9
commit
c8ce212bef
|
@ -247,7 +247,9 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "audio" "docker" "networkmanager" "wheel" ];
|
extraGroups = [ "audio" "docker" "networkmanager" "wheel" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
openssh.authorizedKeys.keyFiles = inputs.self + /home-manager/sabrina/id_ed25519.pub;
|
openssh.authorizedKeys.keyFiles = [
|
||||||
|
../../home-manager/sabrina/id_ed25519.pub
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
|
|
Loading…
Reference in a new issue