summaryrefslogtreecommitdiff
path: root/profiles/email
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-10-16 23:23:30 +0200
committerMike Vink <mike1994vink@gmail.com>2023-10-16 23:25:45 +0200
commit623656882262442145cce9f375acfd8483ea4970 (patch)
tree01a37f3d096f6fef36d3001be529e9bfc8858f05 /profiles/email
parentd885924961b3c4b3db76b78e603c0cc84ff88aae (diff)
use name from library
Diffstat (limited to 'profiles/email')
-rw-r--r--profiles/email/mailsync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/email/mailsync.nix b/profiles/email/mailsync.nix
index 3095194..5e1037a 100644
--- a/profiles/email/mailsync.nix
+++ b/profiles/email/mailsync.nix
@@ -28,7 +28,7 @@
Service = {
Type = "oneshot";
RemainAfterExit = "no";
- ExecSearchPath = "${config.users.users.mike.home}/.local/bin:${config.hm.home.profileDirectory}/bin:/run/current-system/sw/bin";
+ ExecSearchPath = "${config.ivi.home}/.local/bin:${config.hm.home.profileDirectory}/bin:/run/current-system/sw/bin";
ExecStart = "mailsync";
};
};