The previous version only cleaned up previous backups because it was missing a path or a set of dynamic files which is a feature for doing cleanup. Instead I backported the unstable version so I could use stdin-from-commend. Tested now and the upload completed.
27 lines
417 B
Nix
27 lines
417 B
Nix
{
|
|
imports = [
|
|
./authentik.nix
|
|
./authentik-backup.nix
|
|
./base.nix
|
|
./caddy.nix
|
|
./cloud-init.nix
|
|
./collabora.nix
|
|
./cloudreve.nix
|
|
./do-agent.nix
|
|
./glitchtip
|
|
./element-web.nix
|
|
./fieldseeker-sync.nix
|
|
./fish.nix
|
|
./librechat.nix
|
|
./openssh.nix
|
|
./podman.nix
|
|
./restic
|
|
./sillytavern.nix
|
|
./static-websites.nix
|
|
./sudo.nix
|
|
./synapse.nix
|
|
./timecardbot.nix
|
|
./tmux.nix
|
|
./vikunja.nix
|
|
];
|
|
}
|