falkenstein: disable zram and add own dns config

This commit is contained in:
Rouven Seifert 2024-03-09 12:38:24 +01:00
parent d3fd3e9b17
commit 911fa95dd1
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 71 additions and 2 deletions

View file

@ -5,6 +5,7 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
./modules/backup
./modules/dns
./modules/fail2ban
./modules/mail
./modules/networks
@ -27,7 +28,6 @@
initrd.systemd.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
};
zramSwap.enable = true;
time.timeZone = "Europe/Berlin";