catacomb: upgrade to 24.05
This commit is contained in:
parent
aa6ccd8025
commit
50328c51b2
|
@ -48,11 +48,10 @@
|
|||
./machine/backyard
|
||||
];
|
||||
};
|
||||
catacomb = nixpkgs-2305.lib.nixosSystem {
|
||||
catacomb = nixpkgs-2405.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
modules = [
|
||||
self.nixosModules.beatific
|
||||
(pinNixpkgs nixpkgs-2305)
|
||||
./machine/catacomb
|
||||
];
|
||||
};
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
generic-extlinux-compatible.enable = true;
|
||||
};
|
||||
supportedFilesystems = ["zfs"];
|
||||
zfs.enableUnstable = true;
|
||||
zfs.extraPools = [ "catapool" ];
|
||||
kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue