arion: first container: jellyfin!

This commit is contained in:
Veneficium 2024-12-23 23:58:50 +01:00
parent d7b911d925
commit 9f27b249fb
2 changed files with 36 additions and 0 deletions

View file

@ -10,6 +10,7 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/nixos
../../containers/jellyfin.nix
];
settings = {
@ -27,6 +28,8 @@
openssh.enable = lib.mkForce true;
openssh.usePAM = lib.mkForce true;
};
containers.jellyfin.enable = true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;