build02: switch to btrfs

This commit is contained in:
zowoq 2024-03-17 09:40:34 +10:00
parent beeb501372
commit 487138275c

View file

@ -11,6 +11,7 @@
inputs.self.nixosModules.disko-raid
];
nixCommunity.disko.fsType = "btrfs";
nixCommunity.disko.raidLevel = 0; # more disk space, we don't have much state to restore anyway
networking.hostName = "build02";