From baa67d88d2322b8b31f721d4525447c0d3164881 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 5 Mar 2022 19:38:07 -0800 Subject: backups: unit to run maintenance on my backups This will be run via a timer once a day, to perform maintenance on my backups on the nas. --- hosts/common/nas.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/common/nas.nix') diff --git a/hosts/common/nas.nix b/hosts/common/nas.nix index 255e95e..92b0d3f 100644 --- a/hosts/common/nas.nix +++ b/hosts/common/nas.nix @@ -6,5 +6,6 @@ ./server/samba.nix ./server/prometheus.nix ./server/grafana.nix + ./server/backups/users.nix ]; } -- cgit v1.2.3