fix: Fix network device Nix definitions
This commit is contained in:
parent
e57ae68efb
commit
fe81989bdb
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@
|
|||
enable = true;
|
||||
enableIPv6 = true;
|
||||
|
||||
internalInterface = "enp6s18";
|
||||
externalInterfaces = [ "wg0" ];
|
||||
internalInterfaces = [ "enp6s18" ];
|
||||
externalInterface = "wg0";
|
||||
};
|
||||
|
||||
# Volumes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue