4 lines
105 B
Nix
4 lines
105 B
Nix
_: {
|
|
imports = [ ./libvirtd.nix ./docker.nix ];
|
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
|
}
|