Emulate aarch64-linux

This commit is contained in:
Alexander Bantyev 2021-01-26 22:07:06 +03:00
parent b3e7f0f97a
commit f1d4266cb4
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -18,4 +18,5 @@
ram = 32;
};
services.apcupsd.enable = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
}