From f3cdba6ee438ff4cb29f5070b8bc0d668124f2ed Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 16 Sep 2024 20:36:24 +0200 Subject: [PATCH 1/2] hosts/carbon: Remove regular reboot --- hosts/carbon/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index 7c43fca..a993d70 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -65,13 +65,6 @@ ]; }; - systemd.services."system-reboot" = { - script = '' - ${pkgs.systemd}/bin/reboot - ''; - startAt = "*-*-* 1/3:13:14"; - }; - clerie.firewall.enable = true; clerie.monitoring = { From 37ce9ac44a061934009337e4f939bc910148ddb9 Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Tue, 17 Sep 2024 03:03:03 +0200 Subject: [PATCH 2/2] Update nixpkgs 2024-09-17-01-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 810f475..076711e 100644 --- a/flake.lock +++ b/flake.lock @@ -288,11 +288,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1725983898, - "narHash": "sha256-4b3A9zPpxAxLnkF9MawJNHDtOOl6ruL0r6Og1TEDGCE=", + "lastModified": 1726243404, + "narHash": "sha256-sjiGsMh+1cWXb53Tecsm4skyFNag33GPbVgCdfj3n9I=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1355a0cbfeac61d785b7183c0caaec1f97361b43", + "rev": "345c263f2f53a3710abe117f28a5cb86d0ba4059", "type": "github" }, "original": {