Skip to content

Commit

Permalink
build01: switch to zfs with swap partition
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed May 2, 2024
1 parent 0dfeddf commit 6255578
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hosts/build01/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
imports = [
inputs.srvos.nixosModules.hardware-hetzner-online-amd
inputs.self.nixosModules.common
inputs.self.nixosModules.disko-zfs
inputs.self.nixosModules.disko-zfs-swap
inputs.self.nixosModules.builder
inputs.self.nixosModules.community-builder
];

nixCommunity.disko.swapSize = 64;

# Emulate riscv64 until we have proper builders
boot.binfmt.emulatedSystems = [ "riscv64-linux" ];

Expand Down

0 comments on commit 6255578

Please sign in to comment.