move languini to nixnas

This commit is contained in:
Clayton Hickey 2026-02-08 15:38:30 -05:00
parent ea6a36a5be
commit 235582604f

View file

@ -50,6 +50,7 @@ in
jellyfinPort
hydraPort
nextcloudPort
config.services.languini.port
];
allowedUDPPorts = [
config.networking.wireguard.interfaces.${wireguardInterface}.listenPort
@ -180,6 +181,13 @@ in
jwtSecretFile = "/Block/onlyoffice.jwt.secret";
};
services.languini = {
enable = true;
stateDir = "/Block/languini";
host = wireguardIP;
port = 5267;
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;