Fixup profiles

This commit is contained in:
Tim Schubert 2020-12-30 17:32:44 +01:00
parent 8bb93c7af8
commit 7a9a35ed0f
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
5 changed files with 24 additions and 15 deletions

View file

@ -3,10 +3,9 @@ with lib;
let
cfg = config.dadada.autoUpgrade;
in {
options = {
dadada.autoUpgrade = {
enable = mkEnableOption "Enable automatic upgrades";
};
options.dadada.autoUpgrade = {
enable = mkEnableOption "Enable automatic upgrades";
};
config = mkIf cfg.enable {