cholli: add authorizedKeys
This commit is contained in:
parent
c77a411103
commit
81376afa2e
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
# TODO: fix this with sops
|
# TODO: fix this with sops
|
||||||
initialPassword = "asdf";
|
initialPassword = "asdf";
|
||||||
|
|
||||||
|
openssh.authorizedKeys.keys = config.flake.meta.users.cholli.authorizedKeys;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.trusted-users = [ config.flake.meta.users.cholli.username ];
|
nix.settings.trusted-users = [ config.flake.meta.users.cholli.username ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue