fwminex: firewall and swap devices

This commit is contained in:
Motiejus Jakštys 2023-09-14 06:41:37 +03:00
parent 85917635fd
commit 62e00f3bc7
1 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@
boot.binfmt.emulatedSystems = ["aarch64-linux"];
swapDevices = [{device = "/dev/zvol/rpool/swap";}];
#swapDevices = [];
boot.loader.grub.extraEntries = ''
menuentry "Debian via bpool label" {
@ -116,5 +116,8 @@
hostName = "fwminex";
domain = "motiejus.jakst";
networkmanager.enable = true;
# WIP
firewall.enable = false;
};
}