Home: Apply systemd-networkd to network module renaming
This commit is contained in:
@ -25,7 +25,7 @@ with mylib.networking; {
|
||||
modules = {
|
||||
polkit.enable = true;
|
||||
|
||||
systemd-networkd = {
|
||||
network = {
|
||||
inherit hostname;
|
||||
enable = true;
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
];
|
||||
|
||||
modules = {
|
||||
systemd-networkd = {
|
||||
network = {
|
||||
networks = {
|
||||
# This should override the default network 50-ether
|
||||
"10-ether-2_5G" = mylib.networking.mkStaticSystemdNetwork {
|
||||
|
@ -6,7 +6,7 @@
|
||||
];
|
||||
|
||||
modules = {
|
||||
systemd-networkd = {
|
||||
network = {
|
||||
wireguard-tunnels = {
|
||||
wg0-de-74 =
|
||||
mylib.networking.mkWireguardService
|
||||
|
Reference in New Issue
Block a user