autostart spiped@ssh8022

This commit is contained in:
Motiejus Jakštys 2024-08-26 09:16:52 +03:00
parent f7623a09ac
commit 572a37c17a
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@
};
};
networking.firewall.allowedTCPPorts = [ myData.ports.ssh8022 ];
systemd.services."spiped@ssh8022" = {
wantedBy = [ "multi-user.target" ];
overrideStrategy = "asDropin";
};
}
)
];