Fix user for droppie secret file

This commit is contained in:
Benjamin Bädorf 2022-08-23 19:10:57 +02:00
parent e380709023
commit 1c3667ca36
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -57,7 +57,7 @@ in
age.secrets."dyndns-droppie.key" = {
file = "${self}/secrets/dyndns-droppie.key";
mode = "400";
owner = "root";
owner = psCfg.user.name;
};
};
}