Compare commits
3 commits
8cce3ed966
...
cb524d3060
| Author | SHA1 | Date | |
|---|---|---|---|
| cb524d3060 | |||
| 0dd76b4b25 | |||
| 3dcfac6d31 |
3 changed files with 7 additions and 7 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue