this post was submitted on 14 Nov 2023
4 points (100.0% liked)
NixOS
1266 readers
1 users here now
NixOS is a Linux distribution built on top of the Nix package manager. Its declarative configuration allows reliable system upgrades via several official channels of stability and size.
This community discusses NixOS, Nix, and everything related.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The problem seems to be that
home.stateVersionis not set because you commented out both the declaration inflake.nixas well as the line that importshome.nix. It's a bit difficult to see whether the config is otherwise fine since there is a lot of visual clutter due to all the commented-out lines.