Add tailscale client to heimdall
This commit is contained in:
parent
d250c79a63
commit
5ff54ec5e9
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
system.configurationRevision = self.inputs.nixpkgs.lib.mkIf (self ? rev) self.rev;
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
|
||||
# sops.defaultSopsFile = ./secrets.yaml;
|
||||
# sops.secrets = {
|
||||
|
|
Loading…
Reference in a new issue