Updates frontend.

This commit is contained in:
Bailey Stevens 2023-09-30 09:10:54 -04:00
parent d2a261f41a
commit 45db2e06de
2 changed files with 4 additions and 18 deletions

View file

@ -112,11 +112,11 @@
]
},
"locked": {
"lastModified": 1695576082,
"narHash": "sha256-0Ymv+QvXBfypM5+O52spaNzErBDnEsuiMYAKRyaVxFc=",
"lastModified": 1696044784,
"narHash": "sha256-QsWuIAuxKXEa4DMtMz/VAcTVlzQ9UG6GVDGwhEYNUHE=",
"ref": "refs/heads/main",
"rev": "3d8c6bbe52fa5350ef611b412c46f94ffe2e1102",
"revCount": 9,
"rev": "7e4006d3c198adcaa7a193755564e9d33b077719",
"revCount": 17,
"type": "git",
"url": "https://fem.mint.lgbt/theotheroracle/andisco.git"
},

View file

@ -7,20 +7,6 @@
sslCertificate = "/etc/ssl/snakeoil.crt";
sslCertificateKey = "/etc/ssl/snakeoil.key";
root = pkgs.mmelodies.frontend;
locations."/hls/" = {
alias = "/var/cache/hls/";
extraConfig = ''
types {
application/vnd.apple.mpegurl m3u8;
video/mp2t ts;
}
'';
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
systemd.tmpfiles.rules = [
"d /dev/shm/hls 0755 appuser users 12h -"
"L /var/cache/hls - - - - /dev/shm/hls"
];
}