summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-08-14 11:18:31 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2020-08-14 11:18:31 +0200
commit8d116097a283fa0bcb83fec3471d8f754f9165bf (patch)
tree01618c77c961f760dd4787f968751d5fb829673d
parent6c7bcb1fbda6cf14297301cb57fb3cc1e8c64f37 (diff)
downloadnixos-8d116097a283fa0bcb83fec3471d8f754f9165bf.tar
nixos-8d116097a283fa0bcb83fec3471d8f754f9165bf.tar.gz
nixos-8d116097a283fa0bcb83fec3471d8f754f9165bf.tar.bz2
nixos-8d116097a283fa0bcb83fec3471d8f754f9165bf.tar.xz
nixos-8d116097a283fa0bcb83fec3471d8f754f9165bf.zip
zram on sif
-rw-r--r--sif.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index f1341e06..a5c0864f 100644
--- a/sif.nix
+++ b/sif.nix
@@ -567,6 +567,8 @@
567 enable = true; 567 enable = true;
568 }; 568 };
569 569
570 zramSwap.enable = true;
571
570 system.stateVersion = "20.03"; # Did you read the comment? 572 system.stateVersion = "20.03"; # Did you read the comment?
571} 573}
572 574