1

Add systemd-networkd system module

This commit is contained in:
2023-05-24 14:43:16 +02:00
parent 308dac2d02
commit ea8769ffdc
3 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
inputs,
config,
nixosConfig,
lib,
pkgs,
mylib,
...
}: {
imports = [
./systemd-networkd
];
}