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/default.nix | |
| 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/default.nix')
| -rw-r--r-- | modules/core/default.nix | 2 |
1 files changed, 1 insertions, 1 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 ]; } |