···190190 trusted user in the Nix daemon. This can be achieved by using the
191191 _nix.settings.trusted-users_ NixOS option. Examples values for that
192192 option are described in the “Remote builds” chapter in the Nix manual,
193193- (i.e. ‘--builders "ssh://bigbrother x86_64-linux"‘). By specifying an
193193+ (i.e. ‘--builders "ssh://bigbrother x86_64-linux"’). By specifying an
194194 empty string existing builders specified in /etc/nix/machines can be
195195- ignored: ‘--builders ""‘ for example when they are not reachable due to
195195+ ignored: ‘--builders ""’ for example when they are not reachable due to
196196 network connectivity.
197197198198*--profile-name* _name_, *-p* _name_
···200200 track of the current and previous system configurations, use
201201 _/nix/var/nix/profiles/system-profiles/name_. When you use GRUB 2, for
202202 every system profile created with this flag, NixOS will create a submenu
203203- named “NixOS - Profile _name_“ in GRUB's boot menu, containing the
203203+ named “NixOS - Profile _name_” in GRUB's boot menu, containing the
204204 current and previous configurations of this profile.
205205206206 For instance, if you want to test a configuration file named _test.nix_
···209209 $ nixos-rebuild switch -p test -I nixos-config=./test.nix
210210211211 The new configuration will appear in the GRUB 2 submenu “NixOS - Profile
212212- ‘test’“.
212212+ ‘test’”.
213213214214*--specialisation* _name_, *-c* _name_
215215 Activates given specialisation; when not specified, switching and testing
···306306307307*--verbose,* *-v*, *--quiet*, *--log-format*, *--no-build-output*, *-Q*,
308308*--max-jobs*, *-j*, *--cores*, *--keep-going*, *-k*, *--keep-failed*, *-K*,
309309-*--fallback*, *--incllude*, *-I*, *--option*, *--repair*, *--builders*,
309309+*--fallback*, *--include*, *-I*, *--option*, *--repair*, *--builders*,
310310*--print-build-logs*, *-L*, *--show-trace*
311311312312See the Nix manual, *nix flake lock --help* or *nix-build --help* for details.