mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Potentially broken commit to sync across machines
This commit is contained in:
parent
ee0d52cd8c
commit
3e32cad35f
15 changed files with 238 additions and 14 deletions
31
systems/mediabox/nixos.nix
Normal file
31
systems/mediabox/nixos.nix
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue