Add compose and attic configurations

Add compose directory to store docker/podman compose files for running
on the TrueNAS box
Add attic configurations to auto-listen on all my home boxes to upload
builds
Update nix-conf to support reading from the Attic server
This commit is contained in:
Greg Hellings
2025-10-16 17:25:43 -05:00
parent 61959392e1
commit 459889d1d2
11 changed files with 127 additions and 33 deletions
+4
View File
@@ -11,6 +11,10 @@
top.nix-hardware.nixosModules.framework-11th-gen-intel
];
age.secrets = {
compose-attic.file = ../../secrets/compose/attic.env.age;
};
boot = {
loader = {
systemd-boot.enable = true;