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 ];
}