Compare commits

..

No commits in common. "4b054cc0f8fafd1d363781837a10021290231a06" and "56ca8bd17a1739cdd1f8199898b13750bdc5921a" have entirely different histories.

7 changed files with 0 additions and 25 deletions

View file

@ -23,7 +23,6 @@
interfaceName = "userspace-networking"; interfaceName = "userspace-networking";
}; };
}; };
system.stateVersion = "24.11";
}; };
}; };
} }

View file

@ -141,7 +141,6 @@ in
PATH = [ "${pkgs.forgejo}/bin" ]; PATH = [ "${pkgs.forgejo}/bin" ];
GITEA_WORK_DIR = "/var/lib/gitea"; GITEA_WORK_DIR = "/var/lib/gitea";
}; };
system.stateVersion = "24.11";
}; };
bindMounts = { bindMounts = {
"/run/postgresql" = { "/run/postgresql" = {

View file

@ -1,22 +0,0 @@
{
services = {
grafana = {
enable = true;
settings = {
auth.proxy = {
enabled = true;
header_name = "Remote-User";
headers = "Name:Remote-Name Email:Remote-Email Groups:Remote-Groups";
};
};
};
caddy.virtualHosts."grafana.tailc50184.ts.net".extraConfig = ''
bind tailscale/grafana
forward_auth localhost:9091 {
uri /api/authz/forward-auth
copy_headers Remote-User Remote-Name Remote-Email Remote-Groups
}
reverse_proxy localhost:3000
'';
};
}

View file

@ -67,7 +67,6 @@
exec nextcloud-occ "$@" exec nextcloud-occ "$@"
'') '')
]; ];
system.stateVersion = "24.11";
}; };
# https://discourse.nixos.org/t/podman-docker-in-nixos-container-ideally-in-unprivileged-one/22909/12 # https://discourse.nixos.org/t/podman-docker-in-nixos-container-ideally-in-unprivileged-one/22909/12
additionalCapabilities = [ additionalCapabilities = [

View file

Binary file not shown.