mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
31 lines
426 B
Nix
31 lines
426 B
Nix
{
|
|
meta,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = with meta; [
|
|
nixos.reisen-ct
|
|
nixos.sops
|
|
nixos.tailscale
|
|
nixos.nginx
|
|
nixos.acme
|
|
nixos.cloudflared
|
|
|
|
/*
|
|
# media
|
|
nixos.plex
|
|
nixos.tautuli
|
|
nixos.ombi
|
|
|
|
# yarr harr fiddle dee dee >w<
|
|
nixos.radarr
|
|
nixos.sonarr
|
|
nixos.bazarr
|
|
nixos.jackett
|
|
*/
|
|
];
|
|
|
|
sops.defaultSopsFile = ./secrets.yaml;
|
|
|
|
system.stateVersion = "21.05";
|
|
}
|