1
0

profiles/common: Make common-networking the default

This commit is contained in:
2025-04-07 21:27:03 +02:00
parent 323018daaa
commit 8af0eb2386
26 changed files with 4 additions and 62 deletions

View File

@@ -10,10 +10,9 @@ with lib;
config = mkIf config.profiles.clerie.common.enable {
profiles.clerie.common-dns.enable = true;
profiles.clerie.common-dns.enable = mkDefault true;
# Disabled while we are still in transition
#profiles.clerie.common-network.enable = true;
profiles.clerie.common-networking.enable = mkDefault true;
};
}