Fix typo in Nix module (#1585)
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user