AArch64 emulation
This commit is contained in:
parent
6a71bc7479
commit
9670087330
2 changed files with 6 additions and 1 deletions
|
@ -25,6 +25,9 @@
|
|||
enableIPv6 = true;
|
||||
};
|
||||
|
||||
# AAarch64 emulation
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
|
||||
# Nginx configuration
|
||||
# Configure automated TLS acquisition/renewal
|
||||
security.acme = {
|
||||
|
@ -83,6 +86,6 @@
|
|||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -45,6 +45,8 @@
|
|||
buildMachines = [
|
||||
];
|
||||
};
|
||||
# AAarch64 emulation
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
|
||||
# Bootloader and plymouth
|
||||
boot = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue