osaka-vultr-01 enable distributed builds
This commit is contained in:
parent
27051f9d3b
commit
f9966404bf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
];
|
||||
|
||||
# Distributed Builds
|
||||
nix.distributedBuilds = false;
|
||||
nix.distributedBuilds = true;
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "virtio_pci" "virtio_blk" "sr_mod" ];
|
||||
|
|
Loading…
Reference in a new issue