diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-12 14:39:11 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-12 14:39:11 +0100 |
commit | c6d370d5ede9e59d33c170dc700f4005e681e76c (patch) | |
tree | 3284837d27df8cdfbd656302269f3ed484e896d1 /modules/work/default.nix | |
parent | 7fd5d87b687f4e4241f629b93bee3dbfdb97162d (diff) |
moved tailscale to core
Diffstat (limited to 'modules/work/default.nix')
-rw-r--r-- | modules/work/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/work/default.nix b/modules/work/default.nix index 2073ea5..5c94b84 100644 --- a/modules/work/default.nix +++ b/modules/work/default.nix @@ -8,7 +8,6 @@ ./home-manager.nix ./networking.nix ./secrets.nix - ./tailscale.nix ]; system.stateVersion = "24.05"; # Do NOT change before reading configuration.nix |