diff --git a/hosts/dregil/default.nix b/hosts/dregil/default.nix index 6e5609b..c4852b4 100644 --- a/hosts/dregil/default.nix +++ b/hosts/dregil/default.nix @@ -22,5 +22,6 @@ ../../home/anne/default.nix ../../home/alex/default.nix ../../modules/podman + ../../modules/tailscale ]; } diff --git a/modules/tailscale/default.nix b/modules/tailscale/default.nix new file mode 100644 index 0000000..65a035c --- /dev/null +++ b/modules/tailscale/default.nix @@ -0,0 +1,7 @@ +{ + ... +}: + +{ + config.services.tailscale.enable = true; +}