wob: rename sxmo.wobsock -> wob.sock

This commit is contained in:
2024-03-05 10:00:45 +00:00
parent 955119e07b
commit 6765fe8d7d

View File

@@ -26,7 +26,7 @@ in
}; };
options.sock = mkOption { options.sock = mkOption {
type = types.str; type = types.str;
default = "sxmo.wobsock"; #< TODO: rename this! default = "wob.sock";
}; };
}; };
}; };