Add jellyfin container configuration

This commit is contained in:
2023-05-09 20:13:54 +01:00
parent 7e02d58328
commit 1d551d6ea7
4 changed files with 64 additions and 2 deletions

View File

@ -32,5 +32,8 @@ with lib.my;
neovim
];
modules.networking.tailscale.enable = true;
modules.networking.tailscale = {
enable = true;
restrictSSH = false;
};
}