From 553e708795a23dbd77929c677b85854b23f35eaf Mon Sep 17 00:00:00 2001 From: alisceon Date: Wed, 27 May 2026 22:48:07 +0200 Subject: [PATCH] oops --- nixos/hosts/alisceon-core/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/hosts/alisceon-core/configuration.nix b/nixos/hosts/alisceon-core/configuration.nix index d55944e..88a1058 100644 --- a/nixos/hosts/alisceon-core/configuration.nix +++ b/nixos/hosts/alisceon-core/configuration.nix @@ -147,7 +147,6 @@ in DEFAULT_PRIVATE = "private"; DISABLE_HTTP_GIT = false; }; - }; "cron.archive_cleanup" = { ENABLED = true; RUN_AT_START = true; @@ -195,7 +194,6 @@ in }; }; }; -; services.cloud-init = { enable = true;