nixos-config/modules/nixos/default.nix

19 lines
374 B
Nix
Raw Permalink Normal View History

2023-04-16 02:30:45 +00:00
{
2023-12-01 17:33:20 +00:00
imports = [
./common-settings/auth.nix
./common-settings/nix-conf.nix
2023-12-01 17:33:20 +00:00
./restic.nix
2023-12-17 06:55:53 +00:00
./vaultwarden.nix
./prometheus
2023-12-24 05:58:53 +00:00
./hedgedoc.nix
2024-01-07 17:03:42 +00:00
./sing-box.nix
2024-08-26 05:46:45 +00:00
./stylix.nix
2024-01-09 04:27:51 +00:00
./kanidm-client.nix
2024-03-25 08:26:48 +00:00
./ssh-tpm-agent.nix # FIXME: Waiting for upstream merge
2024-03-25 17:56:59 +00:00
./forgejo-actions-runner.nix
2024-07-09 13:17:10 +00:00
./oidc-agent.nix
./miniflux.nix
2024-09-14 08:41:22 +00:00
./immich.nix
2023-12-01 17:33:20 +00:00
];
2023-12-24 05:58:53 +00:00
}