home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit ffa047456355fabd53ea9cec7ac6ef4150cc9ef1
parent 5bc150c08208693d11ca72522d6f9b609e8a149f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 30 Jul 2024 11:45:38 +0200

hosts/shikoku: fix aria2rpcsecret permissions

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/shikoku.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/systems/hosts/shikoku.nix b/systems/hosts/shikoku.nix @@ -130,8 +130,8 @@ in sops.secrets.aria2RPCSecret = { mode = "444"; - owner = "root"; - group = "root"; + owner = "aria2"; + group = "aria2"; }; services = {