feat(x1): increase freeze timeout and remove cloudflare-warp
- Added `power.pm_freeze_timeout` kernel setting with a value of 30000 to extend system freeze timeout. - Removed `cloudflare-warp` from system packages and systemd packages for cleanup.
This commit is contained in:
parent
5be043de00
commit
d9097dbd72
1 changed files with 5 additions and 3 deletions
|
@ -70,12 +70,16 @@ with lib.metacfg;
|
||||||
"electron-27.3.11"
|
"electron-27.3.11"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# increase freezing timeout
|
||||||
|
boot.kernel.sysctl = {
|
||||||
|
"power.pm_freeze_timeout" = 30000;
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
attic-client
|
attic-client
|
||||||
azure-cli
|
azure-cli
|
||||||
claude-code
|
claude-code
|
||||||
claude-desktop-with-fhs
|
claude-desktop-with-fhs
|
||||||
cloudflare-warp
|
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
fabric-ai
|
fabric-ai
|
||||||
gemini-cli
|
gemini-cli
|
||||||
|
@ -104,8 +108,6 @@ with lib.metacfg;
|
||||||
# ResolveUnicastSingleLabel=yes
|
# ResolveUnicastSingleLabel=yes
|
||||||
#'';
|
#'';
|
||||||
|
|
||||||
systemd.packages = [ pkgs.cloudflare-warp ]; # for warp-cli
|
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue