diff --git a/configuration-example.nix b/configuration-example.nix index c3ddad8..1d7b062 100644 --- a/configuration-example.nix +++ b/configuration-example.nix @@ -61,5 +61,7 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "24.05"; # Did you read the comment? + + # Enable flakes nix.settings.experimental-features = ["nix-command" "flakes"]; }