1
0
Fork 0

Install iptables to greatyamada

This commit is contained in:
Avery 2025-02-16 18:08:03 +01:00
parent 725c7a98f0
commit f5e9e140fe
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -1,8 +1,10 @@
{ lib, ... }: { { lib, pkgs, ... }: {
imports = [ ./filesystems.nix ]; imports = [ ./filesystems.nix ];
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
environment.systemPackages = with pkgs; [ iptables ];
networking = { networking = {
firewall.enable = true; firewall.enable = true;
hostName = "greatyamada"; hostName = "greatyamada";