added git-pull-timer service
This commit is contained in:
parent
8ec9bab6ba
commit
13d75db8cb
3 changed files with 169 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue