autostart spiped@ssh8022
This commit is contained in:
parent
f7623a09ac
commit
572a37c17a
|
@ -46,6 +46,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.firewall.allowedTCPPorts = [ myData.ports.ssh8022 ];
|
networking.firewall.allowedTCPPorts = [ myData.ports.ssh8022 ];
|
||||||
|
systemd.services."spiped@ssh8022" = {
|
||||||
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
overrideStrategy = "asDropin";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue