commit 62e00f3bc7d62fb27142fc82803ba20dd991a4e1 (tree)
parent 85917635fdf9a82942e123d1f2b2a6d232f5305a
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Thu, 14 Sep 2023 06:41:37 +0300
fwminex: firewall and swap devices
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix
@@ -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;
};
}