diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-01 18:00:27 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-01 18:00:27 +0100 |
| commit | c0182f70c7e3070b4122ed98a5c1c5cba1741bec (patch) | |
| tree | 8e2f560bd34f111caf8ef1f5751f88d3147e3d67 /hosts/omega-relay/default.nix | |
| parent | fb26a8a59b840c6430c73df6c1cc44ecff156b67 (diff) | |
Format and do fixes
Diffstat (limited to 'hosts/omega-relay/default.nix')
| -rw-r--r-- | hosts/omega-relay/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/omega-relay/default.nix b/hosts/omega-relay/default.nix index dcb7466..90277a2 100644 --- a/hosts/omega-relay/default.nix +++ b/hosts/omega-relay/default.nix @@ -68,7 +68,7 @@ doACME = !isVM; }; wakapi = { - enable = true; + enable = false; domain = if isVM then "wakapi.omega-relay.local" else "wakapi.wilkuu.xyz"; doACME = !isVM; }; |
