diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-08-14 11:18:31 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-08-14 11:18:31 +0200 |
commit | 8d116097a283fa0bcb83fec3471d8f754f9165bf (patch) | |
tree | 01618c77c961f760dd4787f968751d5fb829673d | |
parent | 6c7bcb1fbda6cf14297301cb57fb3cc1e8c64f37 (diff) | |
download | nixos-8d116097a283fa0bcb83fec3471d8f754f9165bf.tar nixos-8d116097a283fa0bcb83fec3471d8f754f9165bf.tar.gz nixos-8d116097a283fa0bcb83fec3471d8f754f9165bf.tar.bz2 nixos-8d116097a283fa0bcb83fec3471d8f754f9165bf.tar.xz nixos-8d116097a283fa0bcb83fec3471d8f754f9165bf.zip |
zram on sif
-rw-r--r-- | sif.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||