Remove container updater

This commit is contained in:
Yan Lin 2025-10-12 11:25:46 +02:00
parent 858a93e20c
commit f8827f3da3
5 changed files with 0 additions and 366 deletions

View file

@ -10,7 +10,6 @@
../../../modules/samba.nix
../../../modules/borg-client.nix
../../../modules/webdav.nix
../../../modules/container-updater.nix
../../../modules/login-display.nix
];
@ -110,14 +109,6 @@
];
};
# Container auto-updater configuration
services.containerUpdater = {
enable = true;
schedule = "*-*-* 03:00:00"; # Daily at 3 AM
excludeContainers = []; # Update all containers
};
# Host-specific packages
environment.systemPackages = with pkgs; [
smartmontools # For monitoring disk health
@ -231,7 +222,6 @@
showDiskUsage = true;
diskUsagePaths = [ "/" "/mnt/storage" "/mnt/parity" ];
showSnapraidStatus = true;
showContainerUpdater = true;
showBorgStatus = true;
};