Fix typo in Nix module
This commit is contained in:
parent
15f067638e
commit
55106a887e
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