
nixos-option
List of commands for nixos-option:
-
nixos-option:tldr:3810c nixos-option: List all subkeys of a given key on another NixOS configuration.$ NIXOS_CONFIG=${path_to_configuration-nix} nixos-option ${option_key}try on your machineexplain this command
-
nixos-option:tldr:62676 nixos-option: Show recursively all values of a user.$ nixos-option -r users.users.${user}try on your machineexplain this command
-
nixos-option:tldr:8b92f nixos-option: List all subkeys of a given option key.$ nixos-option ${option_key}try on your machineexplain this command
-
nixos-option:tldr:960b4 nixos-option: List authorized keys for a specific user.$ nixos-option users.users.${username}.openssh.authorizedKeys.${select}try on your machineexplain this command
-
nixos-option:tldr:b095c nixos-option: List all remote builders.$ nixos-option nix.buildMachinestry on your machineexplain this command
-
nixos-option:tldr:e207d nixos-option: List current boot kernel modules.$ nixos-option boot.kernelModulestry on your machineexplain this command