home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit c591a3019fb04cac1b84f13cf0a5d84d164bce4a
parent de6235b125b90cb14f0731097b4d159d5e842b14
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 28 Feb 2024 16:08:53 +0100

systems/aomi: disable firewall 😈

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/aomi.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -51,6 +51,7 @@ in networking = { hostName = hostname; + firewall.enable = false; # we are in safe territory :D }; # extract this from desktop