Cleanup of some configuration: jellyfin, nvim, systems

This commit is contained in:
Haak Saxberg 2026-01-06 10:02:59 -08:00
parent b21c3b559b
commit 67243bad11
4 changed files with 8 additions and 10 deletions

View file

@ -3,9 +3,6 @@
{
networking.firewall = {
allowedTCPPorts = [
# jellyfin frontend
8096
8920
#nginx
80
443
@ -22,6 +19,7 @@
# 2. override default hardening measure from NixOS - this is default since 22.05
systemd.services.jellyfin.serviceConfig.PrivateDevices = lib.mkForce false;
## Expose jelly to "the world"
services.nginx = {
virtualHosts."${lib.strings.fileContents ../../../../secrets/letsencrypt/mediaserver/domain}" = {
forceSSL = true;

View file

@ -6,7 +6,6 @@ filetype plugin indent on
let g:netrw_liststyle = 3
set nobackup
set noswapfile
set pastetoggle=<F3>
set nowrap
set background=dark