mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
The targetHost property defaults to the hostName of the system if not defined
svn path=/nixos/trunk/; revision=25057
This commit is contained in:
parent
e51fcac73c
commit
b3c4444c26
@ -7,6 +7,7 @@ with pkgs.lib;
|
|||||||
|
|
||||||
deployment = {
|
deployment = {
|
||||||
targetHost = mkOption {
|
targetHost = mkOption {
|
||||||
|
default = config.networking.hostName;
|
||||||
description = ''
|
description = ''
|
||||||
This option specifies a hostname or IP address which can be used by nixos-deploy-network
|
This option specifies a hostname or IP address which can be used by nixos-deploy-network
|
||||||
to execute remote deployment operations.
|
to execute remote deployment operations.
|
||||||
|
Loading…
Reference in New Issue
Block a user