mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
remove zram on homelab due to unstability
This commit is contained in:
parent
2b991e0bae
commit
13c2318c38
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# ~/nixconfig/nixos/homelab.nix.new
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
# ../modules/nextcloud-setup.nix
|
||||
|
|
@ -12,6 +13,7 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
zramSwap.enable = lib.mkForce false;
|
||||
boot.kernelParams = [ "processor.max_cstate=1" ];
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
# Wait for network to be online
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue