this works
This commit is contained in:
parent
0b67ad987d
commit
412ee8149e
1 changed files with 34 additions and 30 deletions
|
|
@ -267,7 +267,8 @@
|
|||
flatpak.enable = true;
|
||||
};
|
||||
|
||||
systemd.timers."update-flake" = {
|
||||
systemd = {
|
||||
timers."update-flake" = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "daily";
|
||||
|
|
@ -275,7 +276,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services."update-flake" = {
|
||||
services = {
|
||||
"update-flake" = {
|
||||
path = with pkgs; [
|
||||
git
|
||||
openssh
|
||||
|
|
@ -301,6 +303,8 @@
|
|||
"network-online.target"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"fail2ban/filter.d/go-login.local".text = pkgs.lib.mkDefault (pkgs.lib.mkAfter ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue