This commit is contained in:
mjallen18
2026-04-08 15:08:00 -05:00
parent 025ab854f0
commit 3af0d99f98
4 changed files with 23 additions and 8 deletions

View File

@@ -26,10 +26,14 @@ in
};
arrs.enable = true;
attic = {
enable = true;
enable = false;
port = 9012;
listenAddress = "[::]";
environmentFile = "/run/secrets/jallen-nas/attic-key";
ntfy = {
enable = true;
envFile = config.sops.templates."ntfy.env".path;
};
reverseProxy = {
enable = true;
subdomain = "cache";

View File

@@ -9,7 +9,7 @@ in
boot = {
inherit kernelPackages;
kernelParams = [ "amd_iommu=pgtbl_v2" ];
kernelParams = [ "amd_iommu=on" ];
initrd = {
supportedFilesystems = {