Home: Apply systemd-networkd to network module renaming
This commit is contained in:
@ -331,6 +331,9 @@ rec {
|
||||
cifs-utils # Mount samba shares
|
||||
nfs-utils # Mount NFS shares
|
||||
sshfs # Mount remote directories via SSH
|
||||
|
||||
protonvpn-gui
|
||||
protonmail-bridge-gui
|
||||
protonvpn-cli_2 # TODO: Not compatible with systemd-networkd?
|
||||
protonmail-bridge # TODO: Enable on startup, email module
|
||||
|
||||
|
@ -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