arion: first container: jellyfin!
This commit is contained in:
parent
d7b911d925
commit
9f27b249fb
2 changed files with 36 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue