Add zram for nix-cache
This commit is contained in:
6
hosts/nix-cache01/zram.nix
Normal file
6
hosts/nix-cache01/zram.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user