my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: disable restic backups

willow 3bd14fcb 4c867565

+2 -2
+2 -2
modules/shared/options/default.nix
··· 175 175 default = cfg.system.services.enable; 176 176 }; 177 177 backups.enable = 178 - mkEnableOption "Enable backups" 178 + mkEnableOption "Enable restic" 179 179 // { 180 - default = cfg.system.services.enable; 180 + default = false; 181 181 }; 182 182 }; 183 183 };