t490: add Cloudflare secrets
This commit is contained in:
parent
49b5424dbd
commit
0d05eb3df6
6 changed files with 50 additions and 46 deletions
nix/hosts/t490
|
@ -5,6 +5,7 @@
|
|||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./programs.nix
|
||||
./secrets.nix
|
||||
./services
|
||||
./users.nix
|
||||
|
||||
|
|
5
nix/hosts/t490/secrets.nix
Normal file
5
nix/hosts/t490/secrets.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
age.secrets = {
|
||||
cloudflare.file = ../../secrets/cloudflare.age;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue