Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
7a1f80dd36fef0f97c7a85eff55bbd64bf566ecb
/
.
/
modules
/
nat.nix
blob: be37b6f43d1e4252e68cfa816e59baab3c2ee264 [
file
] [
log
] [
blame
]
Skyler Grey
c45d54c
2022-10-31 00:31:30 +0000
[
diff
] [
blame
]
1
{
2
config
.
networking
.
nat
=
{
3
enable
=
true
;
4
internalInterfaces
=
[
"ve-+"
];
5
externalInterface
=
"wlo1"
;
6
};
7
}