5 modules/security/systemd-creds.nix
11 default = "\"\${NIXOS_TARGET:-root@${config.networking.hostName}.${config.networking.domain}}\"";
13 SSH address to the target host's super-user.
16 substituteOnDestination =
17 mkEnableOption "substitute-on-destination" // { default = true; };