nixos-systems/modules/system/default.nix
Eli Ribble e3cb729e42 Get fieldseeker-sync database backup working
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.
2025-10-01 14:48:56 +00:00

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
];
}