modules/nixos: remove default.nix of parent and first child dirs

these dont have a reason to exist anymore
This commit is contained in:
wo2wz 2025-10-28 19:36:32 -04:00
parent 84e739fa60
commit d543a36a3a
5 changed files with 3 additions and 43 deletions

View file

@ -1,8 +0,0 @@
{ config, ... }:
{
imports = [
./tailscale
./mumble.nix
];
}