We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 294d18d + c013849 commit 536f951Copy full SHA for 536f951
modules/system/primary-user.nix
@@ -1,6 +1,5 @@
1
{
2
lib,
3
- options,
4
config,
5
...
6
}:
@@ -51,11 +50,7 @@
51
50
)}
52
53
To continue using these options, set `system.primaryUser` to the name
54
- of the user you have been using to run `darwin-rebuild`. In the long
55
- run, this setting will be deprecated and removed after all the
56
- functionality it is relevant for has been adjusted to allow
57
- specifying the relevant user separately, moved under the
58
- `users.users.*` namespace, or migrated to Home Manager.
+ of the user you have been using to run `darwin-rebuild`.
59
60
If you run into any unexpected issues with the migration, please
61
open an issue at <https://github.com/nix-darwin/nix-darwin/issues/new>
0 commit comments