Enable firewall and migrate Jellyfin to NixOS
This commit is contained in:
parent
693c6da88a
commit
5c63b5d1a3
10 changed files with 78 additions and 5 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue