1
Files
flake-nixinator/system/modules/default.nix

7 lines
66 B
Nix

{...}: {
imports = [
./polkit
./systemd-networkd
];
}