use ssh instead of sudo
Some checks failed
Activate NixOS Homelab Configuration On Push / deploy (push) Has been cancelled
Some checks failed
Activate NixOS Homelab Configuration On Push / deploy (push) Has been cancelled
This commit is contained in:
parent
04700f6f65
commit
6e8692e44e
4 changed files with 25 additions and 28 deletions
|
|
@ -29,6 +29,8 @@ in {
|
|||
./base.nix
|
||||
];
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = homelab.ssh-keys;
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = "/mnt/data/tailscale/authkey";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue