nixos-config/features/default.nix
2024-08-08 19:25:19 +02:00

6 lines
48 B
Nix

{
imports = [
./boot
./network
];
}