nixos-config/sys/profiles/secrets/rackserv/default.nix

13 lines
252 B
Nix

{
sops.secrets = {
wireguard-privatekey = {
format = "binary";
sopsFile = ./wireguard-private;
owner = "systemd-network";
};
restic-password = {
format = "binary";
sopsFile = ./restic-password;
};
};
}