1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
9db46279e7
Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 9m12s
Build / build-amd64-linux (push) Successful in 31m9s
2023-10-05 20:54:57 +02:00
a67356ffe8
container: re-enable auto-updates 2023-10-05 19:33:03 +02:00
2 changed files with 2 additions and 4 deletions

View file

@ -122,8 +122,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "dd72cfadec27c13e93df202c7f9a6d8bb9d51826"; rev = "6276cd9d41a56758bc48b433c99b8f9e345a3f2d";
sha256 = "0gfsznpj5vmad7jkaz6qp75ky1h34k15dmw89vz4w0qm3f05n7lv"; sha256 = "0r0zd6zb7wsdvlyw6xlnyf8p8xyqgzrxj4iirpzfn1m4xln9mbhw";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -43,8 +43,6 @@
# It looks like there is no way to activate the "built-in" service and timer ... # It looks like there is no way to activate the "built-in" service and timer ...
systemd.services.podman-auto-update-custom = { systemd.services.podman-auto-update-custom = {
enable = false;
description = "Run podman auto-update daily"; description = "Run podman auto-update daily";
wants = [ "network-online.target" ]; wants = [ "network-online.target" ];
after = [ "network-online.target" ]; after = [ "network-online.target" ];