First steps after first install: trying to activate Flakes permanently:
Flakes - NixOS Wiki suggests
nix.settings.experimental-features = [ "nix-command" "flakes" ];
sudo nano /etc/nixos/configuration.nix
adding the line has no effect after reboot. As a newbie I am missing something fundamental… Thanks!