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