1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 19:15:42 +02:00
tldr/pages.de/linux/nixos-option.md
JohaFreu cf2dbbe2f0
nixos-{container,option,rebuild}: add German translation (#12610)
* nixos-{container,option,rebuild}: add German translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2024-04-18 19:06:41 +05:30

28 lines
815 B
Markdown

# nixos-option
> Prüfe eine NixOS Konfiguration.
> Mehr Informationen: <https://nixos.org/manual/nixos/stable/index.html#sec-modularity>.
- Liste alle Unterschlüssel eines angegebenen Options-Schlüssels:
`nixos-option {{option_key}}`
- Liste aktuelle Boot-Kernelmodule:
`nixos-option boot.kernelModules`
- Liste Authorisierungsschlüssel für einen spezifischen Benutzer:
`nixos-option users.users.{{username}}.openssh.authorizedKeys.{{keyFiles|keys}}`
- Liste alle Remote-Builder-Maschinen:
`nixos-option nix.buildMachines`
- Liste alle Unterschlüssel eines angegebenen Options-Schlüssels innerhalb einer angegebenen Konfigurations-Datei:
`NIXOS_CONFIG={{path_to_configuration.nix}} nixos-option {{option_key}}`
- Zeige rekursiv alle Werte eines Benutzers:
`nixos-option -r users.users.{{user}}`