17 lines
334 B
Nix
17 lines
334 B
Nix
{
|
|
sops.secrets = {
|
|
wireguard-privatekey = {
|
|
format = "binary";
|
|
sopsFile = ./wireguard-private;
|
|
owner = "systemd-network";
|
|
};
|
|
restic-password = {
|
|
format = "binary";
|
|
sopsFile = ./restic-password;
|
|
};
|
|
cloudflare = {
|
|
format = "binary";
|
|
sopsFile = ./cloudflare;
|
|
};
|
|
};
|
|
}
|