diff --git a/hosts/dregil/default.nix b/hosts/dregil/default.nix index c4852b4..6e5609b 100644 --- a/hosts/dregil/default.nix +++ b/hosts/dregil/default.nix @@ -22,6 +22,5 @@ ../../home/anne/default.nix ../../home/alex/default.nix ../../modules/podman - ../../modules/tailscale ]; } diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index 09bf600..c2934c8 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -28,7 +28,6 @@ in ../../modules/keybase.nix ../../modules/ssh.nix ../../modules/hledger-web.nix - ../../modules/tailscale ]; # Use the GRUB 2 boot loader. diff --git a/modules/tailscale/default.nix b/modules/tailscale/default.nix deleted file mode 100644 index 65a035c..0000000 --- a/modules/tailscale/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - ... -}: - -{ - config.services.tailscale.enable = true; -}