commit 2dcf620b191c3e3bffbe0250a8e21020f0e18b8a
parent 080ecfb322c27d4bf2bd5b9031ec6881da5412d3
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 6 Apr 2024 21:22:11 +0200
Fix order of creation
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/nixos/worker-2/soju.nix b/nixos/worker-2/soju.nix
@@ -6,7 +6,7 @@
}: {
environment.persistence."/persist" = {
directories = [
- "/var/lib/soju"
+ #"/var/lib/soju"
"/var/lib/acme"
];
};
@@ -19,7 +19,6 @@
};
security.acme.certs."soju.midnightthoughts.space" = {
- group = "soju";
reloadServices = ["soju"];
listenHTTP = ":1360";
};