nixos-systems/modules/system/default.nix
Eli Ribble 7147413112 Switch fieldseeker to not do a top-level merge
This actually breaks on any servers that don't define the fieldseeker
deployments as an empty list. Instead we do the clunkier, but working,
import-then-merge-each-attr.
2025-10-22 18:02:15 +00:00

30 lines
466 B
Nix

{
imports = [
./authentik.nix
./authentik-backup.nix
./base.nix
./caddy.nix
./cloud-init.nix
./collabora.nix
./cloudreve.nix
./do-agent.nix
./frps.nix
./glitchtip
./element-web.nix
#./fieldseeker-sync.nix
./fish.nix
./label-studio.nix
./librechat.nix
./minio.nix
./openssh.nix
./podman.nix
./restic
./sillytavern.nix
./static-websites.nix
./sudo.nix
./synapse.nix
./timecardbot.nix
./tmux.nix
./vikunja.nix
];
}