diff --git a/flake.lock b/flake.lock index 04247eb..d5a779f 100644 --- a/flake.lock +++ b/flake.lock @@ -1353,11 +1353,11 @@ "nixpkgs": "nixpkgs_9" }, "locked": { - "lastModified": 1741314959, - "narHash": "sha256-v9BYIH/GYMOrgtpzLf3ctUeV2ji1mhe6pnLY81aoe1Q=", + "lastModified": 1741315478, + "narHash": "sha256-yLngwWiicW/QVftooz0Su8mGEAt9ow4SpcN3bryoyq4=", "ref": "refs/heads/master", - "rev": "ece1ef8571987daa0c07224b65fb96bbf320f2a1", - "revCount": 15, + "rev": "2421cd60a835200252b719a3d2e7cefe3d1f8929", + "revCount": 16, "type": "git", "url": "https://git.sajenim.dev/jasmine/xmonad-config.git" }, diff --git a/nixos/common/global/nix.nix b/nixos/common/global/nix.nix index af81859..11fcca0 100644 --- a/nixos/common/global/nix.nix +++ b/nixos/common/global/nix.nix @@ -9,7 +9,7 @@ # Automatically run the garbage collector an a specified time. automatic = true; dates = "weekly"; - options = "--delete-older-than 14d"; + options = "--delete-older-than 28d"; }; # This will add each flake input as a registry diff --git a/nixos/fuchsia/hardware-configuration.nix b/nixos/fuchsia/hardware-configuration.nix index 99bfb93..a7f7b76 100644 --- a/nixos/fuchsia/hardware-configuration.nix +++ b/nixos/fuchsia/hardware-configuration.nix @@ -20,7 +20,7 @@ }; # Linux kernel used by NixOS. - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.unstable.linuxPackages; # Parameters added to the kernel command line. kernelParams = [ # Enable amdgpu driver sysfs API that allows fine grain control of GPU @@ -37,7 +37,7 @@ }; systemd-boot = { enable = true; - configurationLimit = 3; + configurationLimit = 20; }; }; };