wireguard: migrate wg0 to declarative NixOS config, keep old wg0.conf as legacy
The wg0 interface is now configured via networking.wireguard.interfaces in configuration.nix (privateKeyFile wg0-key.key). The hand-managed wg0.conf is no longer read by the system; the old file content is preserved as wg0.conf.UNUSED-legacy-not-read-by-nixos for reference. The unused legacy config is intentionally not read by NixOS.
This commit is contained in:
Reference in New Issue
Block a user