build02: switch to zfs

This commit is contained in:
zowoq 2024-04-08 09:56:44 +10:00
parent bf5af1c80a
commit 11b9311b73

View file

@ -8,11 +8,9 @@
./nixpkgs-update-backup.nix
inputs.self.nixosModules.common
inputs.self.nixosModules.builder
inputs.self.nixosModules.disko-raid
inputs.self.nixosModules.disko-zfs
];
nixCommunity.disko.raidLevel = 0; # more disk space, we don't have much state to restore anyway
networking.hostName = "build02";
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];