diff options
| -rw-r--r-- | sif.nix | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 | ||
