diff options
| author | Fuwn <[email protected]> | 2024-09-21 17:08:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-21 17:08:13 -0700 |
| commit | d32aa843210b37995df820b0e19da04aae7b3839 (patch) | |
| tree | 97b8ae807d1ba3e1f787a013ca54ba1d90e98fe7 /modules/server/default.nix | |
| parent | rui: use new flags (diff) | |
| download | nixos-config-d32aa843210b37995df820b0e19da04aae7b3839.tar.xz nixos-config-d32aa843210b37995df820b0e19da04aae7b3839.zip | |
sops: add himeji
Diffstat (limited to 'modules/server/default.nix')
| -rw-r--r-- | modules/server/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/server/default.nix b/modules/server/default.nix index c81450d..5ada608 100644 --- a/modules/server/default.nix +++ b/modules/server/default.nix @@ -2,8 +2,10 @@ { imports = [ ../core/networking/vpn/tailscale.nix + ../core/security/sops.nix ../core/nix ./networking + ./sops.nix ./system.nix ./systemd.nix ./users.nix |