remove quickshell

This commit is contained in:
zack 2025-08-26 16:59:18 -04:00
parent 8bec2a9ac1
commit ae5e18bb21
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
112 changed files with 308 additions and 24684 deletions

View file

@ -19,19 +19,5 @@ in {
user = "zoey";
group = "users";
};
# virtualisation.oci-containers = {
# containers.jellyfin-vue = {
# image = "ghcr.io/jellyfin/jellyfin-vue:unstable";
# environment = {
# "PUBLIC_JELLYFIN_API" = "http://localhost:8096";
# };
# ports = [
# "8065:80"
# ];
# };
# };
networking.firewall.allowedTCPPorts = [8065];
};
}