build02: switch to zfs
This commit is contained in:
parent
bf5af1c80a
commit
11b9311b73
1 changed files with 1 additions and 3 deletions
|
@ -8,11 +8,9 @@
|
||||||
./nixpkgs-update-backup.nix
|
./nixpkgs-update-backup.nix
|
||||||
inputs.self.nixosModules.common
|
inputs.self.nixosModules.common
|
||||||
inputs.self.nixosModules.builder
|
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.hostName = "build02";
|
||||||
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue