Fix missing ip
attrset
This commit is contained in:
parent
cc66970484
commit
d5582a3371
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
|||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = ''
|
||||
${lib.getExe' pkgs.rtl-sdr "rtl_tcp"} -a ${vpn.${config.networking.hostName}}
|
||||
${lib.getExe' pkgs.rtl-sdr "rtl_tcp"} -a ${vpn.${config.networking.hostName}.ip}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
@ -86,7 +86,7 @@
|
|||
serviceConfig = {
|
||||
ExecStart = ''
|
||||
${lib.getExe' pkgs.sdrangel "sdrangelsrv"} --remote-tcp-hwtype RTLSDR --remote-tcp-port 1234 --remote-tcp-address ${
|
||||
vpn.${config.networking.hostName}
|
||||
vpn.${config.networking.hostName}.ip
|
||||
} --remote-tcp
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue