remove nix-serve

This commit is contained in:
2026-01-09 16:43:09 +01:00
parent 5affde5fff
commit 9a20f7846e
4 changed files with 0 additions and 32 deletions

View File

@@ -1,9 +0,0 @@
{ ... }:
{
age.secrets = {
cache-privkey = {
file = ./cache-privkey.age;
mode = "700";
};
};
}