Add support for remote builds

This commit is contained in:
Riley Apeldoorn 2022-05-27 13:38:34 +02:00
parent db168ad3a4
commit 76119aef0f
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
imports = [ agenix.nixosModule ];
nix = {
trustedUsers = [ "riley" ];
optimise.automatic = true;
extraOptions = ''
experimental-features = nix-command flakes

View File

@ -12,6 +12,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
fileSystems."/" = {
device = "/dev/disk/by-uuid/f3cdd2ab-62ba-4d72-8a28-b3adc0ec3997";