attic
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -9,7 +9,7 @@ in
|
||||
boot = {
|
||||
inherit kernelPackages;
|
||||
|
||||
kernelParams = [ "amd_iommu=pgtbl_v2" ];
|
||||
kernelParams = [ "amd_iommu=on" ];
|
||||
|
||||
initrd = {
|
||||
supportedFilesystems = {
|
||||
|
||||
Reference in New Issue
Block a user