flake/nixos/modules/default.nix
2023-11-17 13:38:25 +08:00

6 lines
58 B
Nix

{...}: {
imports = [
./boot
./networking
];
}