HPCesia's Git Repos
/
nix-config
Code
Branches
Tags
Commits
main
nix-config
/
modules
/
core
/
networking.nix
Top
1
{
2
flake
.
modules
.
nixos
.
core
=
_
:
{
3
networking
.
nftables
.
enable
=
true
;
4
}
;
5
}