challenger: start migrating from voyager. Add nginx. Add jellyfin.

This commit is contained in:
2024-07-03 20:51:18 +02:00
parent 5203e82efa
commit ed08b6a0e4
5 changed files with 18 additions and 12 deletions

View File

@@ -6,7 +6,10 @@
# Local zfs
boot = {
# zfs.extraPools = [ "tank" ];
zfs = {
extraPools = [ "tank" ];
requestEncryptionCredentials = false;
};
supportedFilesystems = [ "zfs" ];
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
};