use keys file for syncthing as well
This commit is contained in:
parent
6a87e1a9e4
commit
35545242ac
3 changed files with 11 additions and 4 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# for nixops to log in and perform operations as haak (instead of root)
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
(import ../system/framework/keys.nix).public
|
||||
(import ../system/framework/keys.nix).ssh.public
|
||||
];
|
||||
home-manager.users.haak = (import ../home/commandline.nix);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue