profiles/common: Make common-networking the default
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user