Update comments in configuration-example.nix

This commit is contained in:
Bitcoin Txoko
2024-07-23 09:32:32 +02:00
committed by GitHub
parent 4303d1f821
commit b26af9cfd1
+2
View File
@@ -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"];
}