apply format

This commit is contained in:
Fabian Montero 2025-02-17 15:45:00 -06:00
parent d2eb1518c7
commit bc559154f0
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -8,8 +8,7 @@ with lib; let
cfg = config.local.services.deepState; cfg = config.local.services.deepState;
in { in {
options.local.services.deepState.enable = mkEnableOption "trivionomicon settings"; options.local.services.deepState.enable = mkEnableOption "trivionomicon settings";
config = config = mkIf cfg.enable {
mkIf cfg.enable {
home.sessionVariables = { home.sessionVariables = {
FSOCIETY_TELEGRAM_BACKUP_N = "0"; FSOCIETY_TELEGRAM_BACKUP_N = "0";
FSOCIETY_TELEGRAM_BACKUP_LOCATION = "/extern/var/fsociety_backup"; FSOCIETY_TELEGRAM_BACKUP_LOCATION = "/extern/var/fsociety_backup";