mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
home/vdirsyncer: fix typo
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ pkgs, persistence, lib, config, ... }:
|
||||
let pass = "${config.programs.password-store.package}/bin/pass";
|
||||
in {
|
||||
let
|
||||
pass = "${config.programs.password-store.package}/bin/pass";
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [ vdirsyncer ];
|
||||
|
||||
home.persistence = lib.mkIf persistence {
|
||||
@@ -58,7 +60,7 @@ in {
|
||||
ExecCondition = ''
|
||||
/bin/sh -c "${keyring.isUnlocked}"
|
||||
'';
|
||||
ExecStart = "${vdirsyncer} sync";
|
||||
ExecStart = "${pkgs.vdirsyncer}/bin/vdirsyncer sync";
|
||||
};
|
||||
};
|
||||
systemd.user.timers.vdirsyncer = {
|
||||
|
||||
Reference in New Issue
Block a user