various nas updates

correct backup paths, update flood ip, remove libvirtd
This commit is contained in:
Gabriel Simmer 2023-12-08 23:42:33 +00:00
parent a3780cae33
commit fdde3dbbbb
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -84,8 +84,8 @@
environmentFile = config.age.secrets.restic-b2-credentials.path; environmentFile = config.age.secrets.restic-b2-credentials.path;
repository = "s3:s3.us-west-000.backblazeb2.com/gsimmer-backup"; repository = "s3:s3.us-west-000.backblazeb2.com/gsimmer-backup";
paths = [ paths = [
"/tank/gabriel/projects" "/tank/gsimmer/projects"
"/tank/gabriel/org" "/tank/gsimmer/org"
"/tank/gsimmer/Backup/Pictures" "/tank/gsimmer/Backup/Pictures"
"/tank/gsimmer/Photos" "/tank/gsimmer/Photos"
"/tank/shared" "/tank/shared"
@ -327,7 +327,7 @@
client_max_body_size 100M; client_max_body_size 100M;
''; '';
proxyPass = "http://192.168.122.185:3000/"; proxyPass = "http://192.168.50.205:3000/";
}; };
}; };
}; };
@ -416,7 +416,7 @@
daily = 2; daily = 2;
monthly = 2; monthly = 2;
}; };
"Primary/gitea" = { "Primary/forgejo" = {
autoprune = true; autoprune = true;
autosnap = true; autosnap = true;
daily = 2; daily = 2;
@ -466,7 +466,6 @@
cifs-utils cifs-utils
cloudflared cloudflared
bat bat
virtiofsd
gnupg gnupg
pinentry pinentry
]; ];
@ -531,7 +530,6 @@
setSocketVariable = true; setSocketVariable = true;
}; };
}; };
libvirtd.enable = true;
}; };
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {