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/server | |
| 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/server')
| -rw-r--r-- | modules/server/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/server/default.nix b/modules/server/default.nix index 4667be4..6071c64 100644 --- a/modules/server/default.nix +++ b/modules/server/default.nix @@ -1,10 +1,10 @@ { pkgs, ... }: { imports = [ - ../core/networking/tailscale.nix - ../core/sops.nix ../core/nix ./networking + ../core/sops.nix + ../core/tailscale.nix ./sops.nix ./system.nix ./users.nix |