Home: Apply systemd-networkd to network module renaming
This commit is contained in:
@ -331,6 +331,9 @@ rec {
|
|||||||
cifs-utils # Mount samba shares
|
cifs-utils # Mount samba shares
|
||||||
nfs-utils # Mount NFS shares
|
nfs-utils # Mount NFS shares
|
||||||
sshfs # Mount remote directories via SSH
|
sshfs # Mount remote directories via SSH
|
||||||
|
|
||||||
|
protonvpn-gui
|
||||||
|
protonmail-bridge-gui
|
||||||
protonvpn-cli_2 # TODO: Not compatible with systemd-networkd?
|
protonvpn-cli_2 # TODO: Not compatible with systemd-networkd?
|
||||||
protonmail-bridge # TODO: Enable on startup, email module
|
protonmail-bridge # TODO: Enable on startup, email module
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ with mylib.networking; {
|
|||||||
modules = {
|
modules = {
|
||||||
polkit.enable = true;
|
polkit.enable = true;
|
||||||
|
|
||||||
systemd-networkd = {
|
network = {
|
||||||
inherit hostname;
|
inherit hostname;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
systemd-networkd = {
|
network = {
|
||||||
networks = {
|
networks = {
|
||||||
# This should override the default network 50-ether
|
# This should override the default network 50-ether
|
||||||
"10-ether-2_5G" = mylib.networking.mkStaticSystemdNetwork {
|
"10-ether-2_5G" = mylib.networking.mkStaticSystemdNetwork {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
systemd-networkd = {
|
network = {
|
||||||
wireguard-tunnels = {
|
wireguard-tunnels = {
|
||||||
wg0-de-74 =
|
wg0-de-74 =
|
||||||
mylib.networking.mkWireguardService
|
mylib.networking.mkWireguardService
|
||||||
|
Reference in New Issue
Block a user