commit 5be09e47b3ac3982f222a3403018a0d54486acc7 parent ab50df99b26a4ebee115706fe148454f13a23a7c Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 6 Apr 2024 21:08:35 +0200 Fix group Diffstat:
| M | nixos/worker-2/soju.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-2/soju.nix b/nixos/worker-2/soju.nix @@ -19,7 +19,7 @@ }; security.acme.certs."soju.midnightthoughts.space" = { - group = services.soju.group; + group = "soju"; reloadServices = ["soju"]; listenHTTP = ":1360"; };