add ssh public key
This commit is contained in:
parent
98a49b66b8
commit
d91919d47b
2 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ in
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "docker" "libvirtd" "networkmanager" "tss" "wheel" ];
|
extraGroups = [ "docker" "libvirtd" "networkmanager" "tss" "wheel" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
user.primary.sshPublicKey
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
BIN
users/user.nix
BIN
users/user.nix
Binary file not shown.
Loading…
Reference in a new issue