nix-stuff/roles/school/services/default.nix
2024-09-12 09:48:20 +02:00

5 lines
55 B
Nix

{...}: {
imports = [
./networkmanager.nix
];
}