This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{...}: {
|
||||
services = {
|
||||
atticd = {
|
||||
enable = false;
|
||||
listen = "/run/attic.sock";
|
||||
enable = true;
|
||||
listen = "/run/attic/attic.sock";
|
||||
};
|
||||
caddy = {
|
||||
virtualHosts."cache.darksailor.dev".extraConfig = ''
|
||||
reverse_proxy /run/attic.sock {
|
||||
reverse_proxy /run/attic/attic.sock {
|
||||
transport http {
|
||||
protocol = "fd"
|
||||
}
|
||||
|
||||
@@ -1,30 +1,31 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./games
|
||||
# ./headscale.nix
|
||||
./llms.nix
|
||||
./monitoring.nix
|
||||
# ./paperless.nix
|
||||
./navidrome.nix
|
||||
./shitpost.nix
|
||||
./attic.nix
|
||||
./atuin.nix
|
||||
./authelia.nix
|
||||
./caddy.nix
|
||||
./excalidraw.nix
|
||||
./fail2ban.nix
|
||||
./flaresolverr.nix
|
||||
./games
|
||||
./gitea.nix
|
||||
./homepage.nix
|
||||
./immich.nix
|
||||
./kellnr.nix
|
||||
./lldap.nix
|
||||
./llms.nix
|
||||
./matrix
|
||||
./monitoring.nix
|
||||
./navidrome.nix
|
||||
./nextcloud.nix
|
||||
./openssh.nix
|
||||
./prowlarr.nix
|
||||
./resolved.nix
|
||||
./searxng.nix
|
||||
./shitpost.nix
|
||||
./tailscale.nix
|
||||
./kellnr.nix
|
||||
./matrix
|
||||
# ./headscale.nix
|
||||
# ./paperless.nix
|
||||
];
|
||||
services = {
|
||||
nix-serve = {
|
||||
|
||||
Reference in New Issue
Block a user