all: fix perms on deploy key

This commit is contained in:
Aaron Bieber 2022-08-31 06:39:38 -06:00
parent f2502cc0a2
commit 1df8a52640
No known key found for this signature in database

View File

@ -53,7 +53,7 @@ in {
sopsFile = config.xin-secrets.deploy;
owner = "root";
group = "wheel";
mode = "440";
mode = "400";
};
};