mimir: Enable nftables
This commit is contained in:
parent
cd41c2eb39
commit
ae7c163446
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ nixos-hardware, microvm, nix-ld-rs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
|
@ -173,6 +169,8 @@
|
|||
networkmanager.enable = false;
|
||||
useNetworkd = true;
|
||||
|
||||
nftables.enable = true;
|
||||
|
||||
firewall = {
|
||||
trustedInterfaces = [ "lo" "tailscale0" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue