summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sif.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index 145379fa..bf5166a4 100644
--- a/sif.nix
+++ b/sif.nix
@@ -571,6 +571,12 @@
571 571
572 zramSwap.enable = true; 572 zramSwap.enable = true;
573 573
574 nix = {
575 extraOptions = ''
576 experimental-features = flakes
577 '';
578 };
579
574 system.stateVersion = "20.03"; # Did you read the comment? 580 system.stateVersion = "20.03"; # Did you read the comment?
575} 581}
576 582