Cleanup of some configuration: jellyfin, nvim, systems
This commit is contained in:
parent
b21c3b559b
commit
67243bad11
4 changed files with 8 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue