diff options
| author | Fuwn <[email protected]> | 2024-09-22 15:26:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-22 15:26:29 -0700 |
| commit | e9576ef84bf5d442447830a36805932945a25a3b (patch) | |
| tree | ece934f6db92f12225bf42246040a2ced103472c /modules/core | |
| parent | core: move kansai security to desktop (diff) | |
| download | nixos-config-e9576ef84bf5d442447830a36805932945a25a3b.tar.xz nixos-config-e9576ef84bf5d442447830a36805932945a25a3b.zip | |
core: move tailscale
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/default.nix | 2 | ||||
| -rw-r--r-- | modules/core/networking/default.nix | 5 | ||||
| -rw-r--r-- | modules/core/tailscale.nix (renamed from modules/core/networking/tailscale.nix) | 0 |
3 files changed, 1 insertions, 6 deletions
diff --git a/modules/core/default.nix b/modules/core/default.nix index 06eab1d..ef10e41 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -1,7 +1,7 @@ { imports = [ - ./networking ./nix ./sops.nix + ./tailscale.nix ]; } diff --git a/modules/core/networking/default.nix b/modules/core/networking/default.nix deleted file mode 100644 index 1f59251..0000000 --- a/modules/core/networking/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ - imports = [ - ./tailscale.nix - ]; -} diff --git a/modules/core/networking/tailscale.nix b/modules/core/tailscale.nix index 0228915..0228915 100644 --- a/modules/core/networking/tailscale.nix +++ b/modules/core/tailscale.nix |