Give it a better service name

This commit is contained in:
2024-03-07 20:05:56 -08:00
parent a206cfdb9c
commit ef92372837

View File

@@ -74,7 +74,7 @@ in {
};
config = mkIf cfg.enable {
systemd.services.snooper = {
systemd.services.snooper-server = {
path = [ snooper-server ];
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];