Fix typo in Nix module

This commit is contained in:
Luc Perkins 2025-09-09 16:38:50 +02:00
parent 15f067638e
commit 55106a887e
No known key found for this signature in database
GPG key ID: 0AC42F39CE1FB90F

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"
];