Skip to content

Commit

Permalink
feat(stw-berlin): use correct user and group
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Oct 30, 2023
1 parent c9cd49c commit 765a99d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/stw-berlin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
wants = ["network-online.target"];
startAt = "weekly";
serviceConfig = {
user = "kfm";
User = config.users.users.me.name;
Group = config.users.users.me.group;
WorkingDirectory = "/home/kfm/cloud/nextcloud/Uni/Meta/Mensa";
LoadCredential = [
"password:${config.age.secrets.stw-berlin-card-code.path}"
Expand Down

0 comments on commit 765a99d

Please sign in to comment.