diff --git a/flake.lock b/flake.lock index 53417a1..76e239f 100644 --- a/flake.lock +++ b/flake.lock @@ -1438,11 +1438,11 @@ "rust-overlay": "rust-overlay_4" }, "locked": { - "lastModified": 1732677192, - "narHash": "sha256-Q8Tv53BKkdf4g01+NGqnly+hE+vIyBnloz4QG8NXMaw=", + "lastModified": 1734680189, + "narHash": "sha256-2ounQjXWJQU9u62N9zG5s/JNZJdyF6mtZwtM4YzDeNU=", "ref": "refs/heads/master", - "rev": "09a457218ae1973ca4a6da526b51ac6a98749038", - "revCount": 44, + "rev": "4f9f3f498d8c08cce47631492b0951b1f7998083", + "revCount": 50, "type": "git", "url": "ssh://git.joshuabell.xyz:3032/stormd" }, diff --git a/hosts/configuration.nix b/hosts/configuration.nix index f1ed1ce..7710c66 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -49,7 +49,6 @@ in ]; }; - # rate limiting for github nix.extraOptions = '' keep-outputs = true @@ -111,6 +110,11 @@ in LC_TIME = defaultLocal; }; + # make shutdown faster for waiting + systemd.extraConfig = '' + DefaultTimeoutStopSec=15s + ''; + # Some basics nixpkgs.config.allowUnfree = settings.allowUnfree; nixpkgs.config.allowUnfreePredicate = (pkg: true); diff --git a/users/_common/home_manager/ssh.nix b/users/_common/home_manager/ssh.nix index fd9290f..52e3a2c 100644 --- a/users/_common/home_manager/ssh.nix +++ b/users/_common/home_manager/ssh.nix @@ -28,7 +28,7 @@ }; "oren" = { identityFile = age.secrets.nix2oren.path; - # hostname = "10.20.40.104"; + hostname = "10.20.40.105"; user = "josh"; }; "joe" = {