move languini to nixnas
This commit is contained in:
parent
ea6a36a5be
commit
235582604f
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue