build04: switch to zfs
This commit is contained in:
parent
11b9311b73
commit
a9c1758724
1 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.srvos.nixosModules.hardware-hetzner-online-arm
|
inputs.srvos.nixosModules.hardware-hetzner-online-arm
|
||||||
inputs.self.nixosModules.disko-raid
|
inputs.self.nixosModules.disko-zfs
|
||||||
inputs.self.nixosModules.common
|
inputs.self.nixosModules.common
|
||||||
inputs.self.nixosModules.builder
|
inputs.self.nixosModules.builder
|
||||||
inputs.self.nixosModules.hercules-ci
|
inputs.self.nixosModules.hercules-ci
|
||||||
|
@ -11,8 +11,6 @@
|
||||||
|
|
||||||
nixCommunity.remote-builder.key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEmdo1x1QkRepZf7nSe+OdEWX+wOjkBLF70vX9F+xf68 builder";
|
nixCommunity.remote-builder.key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEmdo1x1QkRepZf7nSe+OdEWX+wOjkBLF70vX9F+xf68 builder";
|
||||||
|
|
||||||
nixCommunity.disko.raidLevel = 0; # more disk space, we don't have much state to restore anyway
|
|
||||||
|
|
||||||
networking.hostName = "build04";
|
networking.hostName = "build04";
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue