jellyfin to docker

This commit is contained in:
mjallen18
2024-02-18 18:14:32 -06:00
parent 31f819d471
commit 9c088f2f43
3 changed files with 52 additions and 9 deletions

View File

@@ -13,8 +13,9 @@ in
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./hardware-configuration-nas.nix
./nas-apps/jellyfin.nix
./nas-apps/swag.nix
];
# Enable nix flakes and nix-command tools
@@ -211,6 +212,8 @@ in
];
};
virtualisation.docker.enable = true;
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#