diff options
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 819c1ff6..2fba0404 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -48,7 +48,7 @@ in { | |||
48 | Type = "oneshot"; | 48 | Type = "oneshot"; |
49 | WorkingDirectory = "~"; | 49 | WorkingDirectory = "~"; |
50 | ExecStart = toString (pkgs.writers.writePython3 "sync-keepass" { | 50 | ExecStart = toString (pkgs.writers.writePython3 "sync-keepass" { |
51 | libraries = with pkgs.python3Packages; [ dateutil ]; | 51 | libraries = with pkgs.python3Packages; [ python-dateutil ]; |
52 | } '' | 52 | } '' |
53 | import json | 53 | import json |
54 | import subprocess | 54 | import subprocess |