Fix typo in Nix module (#1585)

This commit is contained in:
Michael Hoang
2025-09-09 15:02:04 +00:00
committed by GitHub
+1 -1
View File
@@ -835,7 +835,7 @@ in
system.requiresPrimaryUser = mkIf (
config.system.stateVersion < 2
&& options.nix.nixPath.highestPrio == (mkDefault {}).priotity
&& options.nix.nixPath.highestPrio == (mkDefault {}).priority
) [
"nix.nixPath"
];