t490: add Cloudflare secrets

This commit is contained in:
Oliver Davies 2025-01-29 01:15:42 +00:00
parent 49b5424dbd
commit 0d05eb3df6
6 changed files with 50 additions and 46 deletions

View file

@ -5,6 +5,7 @@
./hardware-configuration.nix
./hardware.nix
./programs.nix
./secrets.nix
./services
./users.nix

View file

@ -0,0 +1,5 @@
{
age.secrets = {
cloudflare.file = ../../secrets/cloudflare.age;
};
}