From 927e90f8e43932b2090dec6498fd5fbe6d64f04b Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 22 Feb 2025 20:59:41 +0300 Subject: [PATCH] fix: use systemd-networkd --- modules/linux/networkd.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/linux/networkd.nix diff --git a/modules/linux/networkd.nix b/modules/linux/networkd.nix new file mode 100644 index 0000000..027e7df --- /dev/null +++ b/modules/linux/networkd.nix @@ -0,0 +1,3 @@ +{ + networking.useNetworkd = true; +}