Trying to make website user work again

This commit is contained in:
2024-12-27 15:22:01 +02:00
parent 1eb7c5f1f4
commit f73a50581c

View File

@@ -26,15 +26,16 @@
];
users.users.website = {
createHome = true;
isSystemUser = true;
group = "users";
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7P9K9D5RkBk+JCRRS6AtHuTAc6cRpXfRfRMg/Kyren"
];
};
# systemd.tmpfiles.rules = [
# "d /srv/website 0700 website website"
# ];
systemd.tmpfiles.rules = [
"d /srv/website 0700 website website"
];
sops = {
defaultSopsFile = ./secrets.yaml;