diff --git a/flake.lock b/flake.lock index 2bc230f..6743230 100644 --- a/flake.lock +++ b/flake.lock @@ -117,11 +117,11 @@ ] }, "locked": { - "lastModified": 1713818326, - "narHash": "sha256-aw3xbVPJauLk/bbrlakIYxKpeuMWzA2feGrkIpIuXd8=", + "lastModified": 1713906585, + "narHash": "sha256-fv84DCOkBtjF6wMATt0rfovu7e95L8rdEkSfNbwKR3U=", "owner": "nix-community", "repo": "home-manager", - "rev": "67de98ae6eed5ad6f91b1142356d71a87ba97f21", + "rev": "bfa7c06436771e3a0c666ccc6ee01e815d4c33aa", "type": "github" }, "original": { diff --git a/hosts/Haven/default.nix b/hosts/Haven/default.nix index fbeab7d..34f2947 100644 --- a/hosts/Haven/default.nix +++ b/hosts/Haven/default.nix @@ -12,6 +12,7 @@ in ]; system.stateVersion = "24.05"; + system.autoUpgrade.enable = lib.mkForce false; host = { role = "server";