AAA, it no worky

This commit is contained in:
Noa Aarts 2024-06-05 23:54:41 +02:00
parent 0b67ad987d
commit 6ef5aa949e

View file

@ -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 ''