diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-06 14:48:44 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-06 14:48:44 -0400 |
| commit | 99f52a2a765e1097fab4d6fa73e93fcb283287c2 (patch) | |
| tree | cea40438aca6eae793c589564e3a4180d66c7097 /nixos/systems | |
| parent | 6c15c64f54280e7dd4549608ccc96509cdd76f32 (diff) | |
homelab: added caddy and more
Diffstat (limited to 'nixos/systems')
| -rw-r--r-- | nixos/systems/prodesk-server/system.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/systems/prodesk-server/system.nix b/nixos/systems/prodesk-server/system.nix index 37bbd48..7ceed0d 100644 --- a/nixos/systems/prodesk-server/system.nix +++ b/nixos/systems/prodesk-server/system.nix @@ -47,6 +47,7 @@ homelab = { core = { ssh.enable = true; + caddy.enable = true; }; cloud = { syncthing = { |
