fix git aliases, librepods

This commit is contained in:
mjallen18
2025-11-16 20:14:10 -06:00
parent 6dc81d0cbf
commit 1c1dc71cd7
5 changed files with 68 additions and 1 deletions

View File

@@ -71,6 +71,14 @@
VISUAL = "${lib.getExe' pkgs.vscodium "codium"} --wait";
};
security.wrappers.librepods = {
source = "${pkgs.${namespace}.librepods}/bin/librepods";
owner = "matt";
group = "users";
setuid = false;
capabilities = "cap_net_admin+p";
};
specialisation = {
"cosmic".configuration = {
${namespace} = {