server/pi-server | remove zram
This commit is contained in:
parent
567e4372f1
commit
aab20126ae
2 changed files with 0 additions and 11 deletions
|
|
@ -119,12 +119,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
zramSwap = {
|
|
||||||
enable = false;
|
|
||||||
memoryPercent = 25;
|
|
||||||
memoryMax = 2147483648;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
python313
|
python313
|
||||||
age
|
age
|
||||||
|
|
|
||||||
|
|
@ -151,11 +151,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
zramSwap = {
|
|
||||||
enable = true;
|
|
||||||
memoryPercent = 25;
|
|
||||||
memoryMax = 2147483648;
|
|
||||||
};
|
|
||||||
# nixpkgs.config.allowUnfree = true;
|
# nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue