Add host xcy

This commit is contained in:
JuliusFreudenberger 2026-05-21 00:44:57 +02:00
parent 689787372f
commit fb0c6eb80b
5 changed files with 256 additions and 0 deletions

6
hosts/xcy/secrets.nix Normal file
View file

@ -0,0 +1,6 @@
{ inputs, ... }:
{
age.secrets = {
hawser-token.file = "${inputs.secrets}/secrets/xcy/hawser-token";
};
}