Fix typo in Nix module (#1585)
Some checks failed
Some checks failed
This commit is contained in:
commit
830b3f0b50
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue