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;
|
enableIPv6 = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# AAarch64 emulation
|
||||||
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
|
||||||
# Nginx configuration
|
# Nginx configuration
|
||||||
# Configure automated TLS acquisition/renewal
|
# Configure automated TLS acquisition/renewal
|
||||||
security.acme = {
|
security.acme = {
|
||||||
|
@ -83,6 +86,6 @@
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,6 +45,8 @@
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
# AAarch64 emulation
|
||||||
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
|
||||||
# Bootloader and plymouth
|
# Bootloader and plymouth
|
||||||
boot = {
|
boot = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue