From 55106a887ecb0157159ae65a28764da477e47da6 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Tue, 9 Sep 2025 16:38:50 +0200 Subject: [PATCH] Fix typo in Nix module --- modules/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 8f8b6c4..00e62d5 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -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" ];