refactor(system): move system.stateVersion comment out of nix.* #34

Merged
minion merged 1 commit from das-g/auxolotl-templates:fix-scope-of-system.stateVersion-comment into main 2024-07-18 20:03:05 +00:00

View file

@ -104,6 +104,8 @@
gc.automatic = true;
};
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#
@ -121,6 +123,5 @@
# and migrated your data accordingly.
#
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
};
system.stateVersion = "24.05"; # Did you read the comment?
}