added git-pull-timer service

This commit is contained in:
William 2025-07-13 12:41:28 -03:00
parent 8ec9bab6ba
commit 13d75db8cb
3 changed files with 169 additions and 0 deletions

View file

@ -18,6 +18,15 @@
enable = true;
settings.PermitRootLogin = "no";
};
git-pull-timer = {
enable = true;
remoteAddresses = [
"git@github.com:baduhai/nix-config.git"
"https://github.com/baduhai/nix-config.git"
];
user = "user";
group = "users";
};
fwupd.enable = true;
fstrim.enable = true;
};