Merge #360
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:
commit
e4fce84049
2 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,11 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../roles/common.nix
|
../roles/common.nix
|
||||||
|
../roles/hercules-ci
|
||||||
../roles/zfs-raid.nix
|
../roles/zfs-raid.nix
|
||||||
../roles/remote-builder/aarch64-build04.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 is a mirror raid
|
||||||
boot.loader.grub.devices = [ "/dev/nvme0n1" "/dev/nvme1n1" ];
|
boot.loader.grub.devices = [ "/dev/nvme0n1" "/dev/nvme1n1" ];
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
|
|
|
@ -14,6 +14,8 @@
|
||||||
# And for the zsh peeps
|
# And for the zsh peeps
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
zramSwap.enable = true;
|
||||||
|
|
||||||
security.acme.defaults.email = "trash@nix-community.org";
|
security.acme.defaults.email = "trash@nix-community.org";
|
||||||
security.acme.acceptTerms = true;
|
security.acme.acceptTerms = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue