feat: Added nh to macos

This commit is contained in:
uttarayan21
2025-05-28 16:14:02 +05:30
parent ca2702256c
commit 7c2748b517
9 changed files with 51 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
{...}: {
services = {
atticd = {
enable = false;
listen = "/run/attic.sock";
};
caddy = {
virtualHosts."cache.darksailor.dev".extraConfig = ''
reverse_proxy /run/attic.sock {
transport http {
protocol = "fd"
}
}
'';
};
};
}

View File

@@ -4,6 +4,6 @@
...
}: {
imports = [
./nh.nix
# ./nh.nix
];
}