diff options
author | V <v@unfathomable.blue> | 2022-06-02 18:44:20 +0200 |
---|---|---|
committer | V <v@unfathomable.blue> | 2022-06-04 00:19:22 +0200 |
commit | 69d03945f1027df7fc8d9d27a8be9d71712584f0 (patch) | |
tree | 7b45b3acc8b529b6d9b0c0623b16cd863664177c /fleet/hosts/kaikou | |
parent | ae60d61097496b57ccb051db67d76e0f7a238741 (diff) | |
download | unf-legacy-69d03945f1027df7fc8d9d27a8be9d71712584f0.tar.zst |
fleet: upgrade to NixOS 22.05
Change-Id: Ie5542d079ee7b2de06e0faed52343905b3287b39
Diffstat (limited to 'fleet/hosts/kaikou')
-rw-r--r-- | fleet/hosts/kaikou/default.nix | 2 | ||||
-rw-r--r-- | fleet/hosts/kaikou/gerrit.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fleet/hosts/kaikou/default.nix b/fleet/hosts/kaikou/default.nix index fcb22db..6fe132b 100644 --- a/fleet/hosts/kaikou/default.nix +++ b/fleet/hosts/kaikou/default.nix @@ -29,7 +29,7 @@ with lib; prefixLength = 64; }; - services.caddy.config = '' + services.caddy.extraConfig = '' kaikou.unfathomable.blue { import common redir / https://en.wikipedia.org/wiki/Kaik%C5%8D_ROV diff --git a/fleet/hosts/kaikou/gerrit.nix b/fleet/hosts/kaikou/gerrit.nix index f97ba23..5308ad4 100644 --- a/fleet/hosts/kaikou/gerrit.nix +++ b/fleet/hosts/kaikou/gerrit.nix @@ -32,7 +32,7 @@ }; }; - services.caddy.config = '' + services.caddy.extraConfig = '' review.unfathomable.blue { import common reverse_proxy localhost:8080 |