11 lines
175 B
Nix
11 lines
175 B
Nix
{
|
|
age.secrets = {
|
|
user-daniel-password = {
|
|
file = ./user/danielPassword.age;
|
|
};
|
|
|
|
tailscale-authkey = {
|
|
file = ./tailscale/authkey.age;
|
|
};
|
|
};
|
|
}
|