rpi4: agenix test

This commit is contained in:
NullBite 2024-06-21 22:04:58 -04:00
parent 495d24436f
commit ca31450524
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -10,6 +10,8 @@
./hardware-configuration.nix
];
age.secrets.cloudflaredns.file = ../../secrets/cloudflare-dns.age;
fileSystems = let
mounts = [ "/nix" "/" "/.btrfsroot" "/home" ];
fn = (x: { options = [ "compress=zstd" ];});