mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +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 = {
|
||||
targetHost = mkOption {
|
||||
default = config.networking.hostName;
|
||||
description = ''
|
||||
This option specifies a hostname or IP address which can be used by nixos-deploy-network
|
||||
to execute remote deployment operations.
|
||||
|
Loading…
Reference in New Issue
Block a user