360: build02: reenable hercules, roles/common: enabled zramSwap  r=Mic92 a=zowoq



Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-01-04 08:13:09 +00:00 committed by GitHub
commit e4fce84049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -3,13 +3,11 @@
{
imports = [
../roles/common.nix
../roles/hercules-ci
../roles/zfs-raid.nix
../roles/remote-builder/aarch64-build04.nix
];
# We often see evals going out-of-memory. So let's try zram swap
zramSwap.enable = true;
# /boot is a mirror raid
boot.loader.grub.devices = [ "/dev/nvme0n1" "/dev/nvme1n1" ];
boot.loader.grub.enable = true;

View file

@ -14,6 +14,8 @@
# And for the zsh peeps
programs.zsh.enable = true;
zramSwap.enable = true;
security.acme.defaults.email = "trash@nix-community.org";
security.acme.acceptTerms = true;