Install iptables to greatyamada
This commit is contained in:
parent
725c7a98f0
commit
f5e9e140fe
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
{ lib, ... }: {
|
||||
{ lib, pkgs, ... }: {
|
||||
imports = [ ./filesystems.nix ];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ iptables ];
|
||||
|
||||
networking = {
|
||||
firewall.enable = true;
|
||||
hostName = "greatyamada";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue