Add support for remote builds
This commit is contained in:
parent
db168ad3a4
commit
76119aef0f
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
imports = [ agenix.nixosModule ];
|
||||
|
||||
nix = {
|
||||
trustedUsers = [ "riley" ];
|
||||
optimise.automatic = true;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue