Compare commits

..

No commits in common. "a8942d79e5919e25de9347c7306fd676edcab59c" and "d014c97402d3fdb71503eb661e51612a14c10381" have entirely different histories.

2 changed files with 3 additions and 16 deletions

View File

@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1663850217, "lastModified": 1663357389,
"narHash": "sha256-tp9nXo1/IdN/xN9m06ryy0QUAEfoN6K56ObM/1QTAjc=", "narHash": "sha256-oYA2nVRSi6yhCBqS5Vz465Hw+3BQOVFEhfbfy//3vTs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ae1dc133ea5f1538d035af41e5ddbc2ebcb67b90", "rev": "da6a05816e7fa5226c3f61e285ef8d9dfc868f3c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -111,19 +111,6 @@ in {
after = [ "network-online.target" ]; after = [ "network-online.target" ];
}; };
# Do a full mail sync periodically
systemd.user.services.periodic-mail-sync = {
description = "Run a mail sync operation periodically";
wantedBy = [ "default.target" ];
path =
[ pass-wayland isync-oauth2 mu procps emacs-vterm python39 gnupg nix ];
script = ''
/home/coolneng/.local/share/scripts/mail-sync -a
'';
after = [ "network-online.target" ];
startAt = "*-*-* *:00,15,30,45:00";
};
# HACK Change home partition permissions for mopidy # HACK Change home partition permissions for mopidy
systemd.services.chmod-home = { systemd.services.chmod-home = {
description = "Change home partition permissions for Mopidy"; description = "Change home partition permissions for Mopidy";