1
1
Fork 0

catacomb: upgrade to 24.05

This commit is contained in:
Tim Van Baak 2024-06-28 23:09:58 +00:00
parent aa6ccd8025
commit 50328c51b2
2 changed files with 1 additions and 3 deletions

View File

@ -48,11 +48,10 @@
./machine/backyard ./machine/backyard
]; ];
}; };
catacomb = nixpkgs-2305.lib.nixosSystem { catacomb = nixpkgs-2405.lib.nixosSystem {
system = "aarch64-linux"; system = "aarch64-linux";
modules = [ modules = [
self.nixosModules.beatific self.nixosModules.beatific
(pinNixpkgs nixpkgs-2305)
./machine/catacomb ./machine/catacomb
]; ];
}; };

View File

@ -16,7 +16,6 @@
generic-extlinux-compatible.enable = true; generic-extlinux-compatible.enable = true;
}; };
supportedFilesystems = ["zfs"]; supportedFilesystems = ["zfs"];
zfs.enableUnstable = true;
zfs.extraPools = [ "catapool" ]; zfs.extraPools = [ "catapool" ];
kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ]; kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ];
}; };