System/Thinknix: Enable arcane service

This commit is contained in:
2026-07-02 16:50:26 +02:00
parent 9014e96cfe
commit f2382f6270
+7 -1
View File
@@ -16,6 +16,7 @@
# General services # General services
../services/adguard.nix ../services/adguard.nix
../services/arcane.nix
../services/nginx-proxy-manager.nix ../services/nginx-proxy-manager.nix
# ../services/portainer.nix # ../services/portainer.nix
# ../services/pulse.nix # ../services/pulse.nix
@@ -59,15 +60,20 @@
allowedTCPPorts = [ allowedTCPPorts = [
53 # DNS 53 # DNS
80 # HTTP 80 # HTTP
3553 # Arcane
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
53 # DNS 53 # DNS
67 # DHCP 67 # DHCP
3553 # Arcane
]; ];
}; };
sops-nix.secrets.${username} = [ sops-nix.secrets.${username} = [
# "wireguard-vps-private-key" "arcane-encryption-key"
"arcane-jwt-secret"
]; ];
}; };