nixos/clan: rename setDefaults to enableRecommendedDefaults
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
]
|
||||
)
|
||||
];
|
||||
config = lib.mkIf config.clan.core.setDefaults {
|
||||
config = lib.mkIf config.clan.core.enableRecommendedDefaults {
|
||||
# conflicts with systemd-resolved
|
||||
networking.useHostResolvConf = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user