profiles/common-dns,profiles/common: Enable systemd-resolved everywhere
This commit is contained in:
19
profiles/common/default.nix
Normal file
19
profiles/common/default.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
|
||||
options.profiles.clerie.common = {
|
||||
enable = mkEnableOption "Cleries common config";
|
||||
};
|
||||
|
||||
config = mkIf config.profiles.clerie.common.enable {
|
||||
|
||||
profiles.clerie.common-dns.enable = true;
|
||||
|
||||
# Disabled while we are still in transition
|
||||
#profiles.clerie.common-network.enable = true;
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user