networking.nix
1 # SPDX-FileCopyrightText: 2024-2025 sntx <sntx@sntx.space> 2 # SPDX-License-Identifier: AGPL-3.0-or-later 3 4 { 5 nat.enable = true; 6 nat.internalInterfaces = [ "ve-invidious" ]; 7 }
1 # SPDX-FileCopyrightText: 2024-2025 sntx <sntx@sntx.space> 2 # SPDX-License-Identifier: AGPL-3.0-or-later 3 4 { 5 nat.enable = true; 6 nat.internalInterfaces = [ "ve-invidious" ]; 7 }