ok… nvm… after setting the following in my nix-config:
age.secrets.wireguard = {
file = ./wireguard.age;
mode = "600";
owner = "tornax";
group = "wheel";
};
the linked file still has 0444
permissions…
ok… nvm… after setting the following in my nix-config:
age.secrets.wireguard = {
file = ./wireguard.age;
mode = "600";
owner = "tornax";
group = "wheel";
};
the linked file still has 0444
permissions…