updated olympus
Some checks are pending
Plex Update / update (push) Waiting to run

This commit is contained in:
Vivian 2024-11-01 16:51:49 +01:00
parent c5bc2e1a19
commit 9d976b6c2f
10 changed files with 33 additions and 59 deletions

View file

@ -9,7 +9,5 @@
vault
];
environment.noXlibs = lib.mkForce false;
system.stateVersion = "22.11";
}

View file

@ -11,10 +11,6 @@
openFirewall = true;
};
# Required for Java
# gets forced to true due the lxc profile
environment.noXlibs = lib.mkForce false;
# Unifi Web Port
networking.firewall.allowedTCPPorts = [ 8443 ];
}

View file

@ -21,8 +21,6 @@ in
# Additional packages
environment.systemPackages = with pkgs; [ ];
environment.noXlibs = lib.mkForce false;
networking.firewall.allowedTCPPorts = [ port ];
services = {

View file

@ -20,8 +20,6 @@ in
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "21.11"; # Did you read the comment?
environment.noXlibs = lib.mkForce false;
networking.firewall.allowedTCPPorts = [ port ];
vault-secrets.secrets.hedgedoc = { };

View file

@ -16,8 +16,6 @@
# Additional packages
environment.systemPackages = with pkgs; [ ];
environment.noXlibs = lib.mkForce false;
networking.firewall.allowedTCPPorts = [ ];
services.minecraft-server = {

View file

@ -42,16 +42,6 @@ in
'';
};
services.matrix-sliding-sync = {
enable = false;
createDatabase = true;
environmentFile = "${vs.synapse}/sync";
settings = {
SYNCV3_SERVER = "http://localhost:${toString port}";
SYNCV3_BINDADDR = ":${toString slidingSyncPort}";
};
};
services.matrix-synapse = {
enable = true;
withJemalloc = true;

View file

@ -17,8 +17,6 @@
networking.firewall.allowedTCPPorts = [ 8443 ];
environment.noXlibs = lib.mkForce false;
services.unifi = {
enable = true;
unifiPackage = pkgs.unifi;

View file

@ -18,7 +18,6 @@ in {
# Additional packages
environment.systemPackages = with pkgs; [ wireguard-tools ];
environment.noXlibs = lib.mkForce false;
networking = {
firewall.allowedUDPPorts =