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:
28
pages.de/linux/nixos-option.md
Normal file
28
pages.de/linux/nixos-option.md
Normal 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}}`
|
Reference in New Issue
Block a user