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>
This commit is contained in:
JohaFreu
2024-04-18 15:36:41 +02:00
committed by GitHub
parent d0d27e1f6e
commit cf2dbbe2f0
3 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# 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}}`