fix: Macos fixes
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-02-11 16:30:38 +05:30
parent e718da413b
commit 21e779c304
4 changed files with 21 additions and 15 deletions

View File

@@ -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"
}