WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 13 additions and 0 deletions
Showing only changes of commit 300da07721 - Show all commits

View file

@ -130,6 +130,11 @@ korhonen.cc, *.korhonen.cc {
reverse_proxy grafana:3000
}
@snapdrop host snapdrop.korhonen.cc
handle @snapdrop {
reverse_proxy snapdrop
}
# Fallback for unhandled domains
handle {
redir https://korhonen.cc/404.html 301

View file

@ -0,0 +1,8 @@
[services.snapdrop]
image = "linuxserver/snapdrop"
container_name = "snapdrop"
restart = "unless-stopped"
networks = ["proxy"]
[networks.proxy]
external = true