Enable firewall and migrate Jellyfin to NixOS

This commit is contained in:
fi 2023-08-02 22:46:07 +02:00
parent 693c6da88a
commit 5c63b5d1a3
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
10 changed files with 78 additions and 5 deletions

View file

@ -35,6 +35,7 @@ in
site = "vs";
};
jellyfin = {
hostNixpkgs = nixpkgs-unstable;
site = "vs";
};
nitter = {
@ -50,4 +51,8 @@ in
hostNixpkgs = nixpkgs-unstable;
site = "vs";
};
web-nonpublic-linuxcrewd = {
hostNixpkgs = nixpkgs-unstable;
site = "vs";
};
}