diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-12-28 19:12:59 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-12-28 19:12:59 +0100 |
| commit | 05d14b9fc297df9b3f452a19b8a86197c428c8da (patch) | |
| tree | 934f5e2a5e50d1ba9214e09271012ddc71143d12 | |
| parent | 37118861060d2c973516ceb87af0c80e671e5d11 (diff) | |
| download | nixos-05d14b9fc297df9b3f452a19b8a86197c428c8da.tar nixos-05d14b9fc297df9b3f452a19b8a86197c428c8da.tar.gz nixos-05d14b9fc297df9b3f452a19b8a86197c428c8da.tar.bz2 nixos-05d14b9fc297df9b3f452a19b8a86197c428c8da.tar.xz nixos-05d14b9fc297df9b3f452a19b8a86197c428c8da.zip | |
flakes
| -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 | ||
