Changes boot drive of nixbox

This commit is contained in:
willemml 2023-11-21 13:47:06 -08:00
parent 5abc05fd77
commit 5129b71ac2
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -34,19 +34,21 @@
];
fileSystems."/" = {
device = "/dev/disk/by-uuid/9b616ca8-63fe-4d81-a13e-25c9a95a1a55";
device = "/dev/disk/by-uuid/24855432-019b-43d9-9b83-9135b9dc31a6";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/4FEE-904E";
device = "/dev/disk/by-uuid/F2E9-F515";
fsType = "vfat";
};
boot.zfs.extraPools = ["zpool"];
swapDevices = [{device = "/dev/disk/by-uuid/36bb51f0-f56d-4408-b61c-7905789a7304";}];
environment.systemPackages = [pkgs.zfs];
services.zfs.autoScrub.enable = true;
services.jellyfin.enable = true;
services.transmission = {