diff options
-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 | ||