Files
nixos-servers/system/default.nix
Torjus Håkestad 1674b6a844
Some checks failed
Run nix flake check / flake-check (push) Failing after 12m6s
system: enable zram swap for all hosts
Provides compressed swap in RAM to prevent OOM kills during
nixos-rebuild on low-memory VMs (2GB). Removes duplicate zram
configs from jelly01 and nix-cache01.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 13:02:58 +01:00

18 lines
255 B
Nix

{ ... }:
{
imports = [
./acme.nix
./autoupgrade.nix
./homelab-deploy.nix
./monitoring
./motd.nix
./packages.nix
./nix.nix
./root-user.nix
./pki/root-ca.nix
./sshd.nix
./vault-secrets.nix
./zram.nix
];
}