sneeuwvlok/modules/nixos/system/default.nix
2026-03-25 06:45:43 +00:00

6 lines
55 B
Nix

{
imports = [
./networking
./security
];
}