From 0a0b071bf4bd8e2c0407104384a3743d98f98bf4 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 11 Jun 2024 20:38:48 -0400 Subject: [PATCH] add cron import Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index f5d1db0..2de6242 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -6,6 +6,7 @@ }: { imports = [ + ./cron ./networking.nix ./zfs.nix ./hydra.nix