From 62e00f3bc7d62fb27142fc82803ba20dd991a4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 14 Sep 2023 06:41:37 +0300 Subject: [PATCH] fwminex: firewall and swap devices --- hosts/fwminex/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 61b2dbf..33a3f77 100644 --- 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; }; }