Compare commits

..

2 commits

Author SHA1 Message Date
2925bb3672
fix(jj prompt info): snapshot on new command 2025-05-24 13:24:20 +02:00
227cc5bc85
fix(gerrit): remove gerrit 2025-05-24 13:21:44 +02:00
2 changed files with 1 additions and 12 deletions

View file

@ -455,7 +455,7 @@ in {
command = ''
jj log -r@ -n1 --ignore-working-copy --no-graph --stat | tail -n1 | ${pkgs.sd}/bin/sd "(\d+) files? changed, (\d+) insertions?\(\+\), (\d+) deletions?\(-\)" ' ''${1}m ''${2}+ ''${3}-' | ${pkgs.sd}/bin/sd " 0." ""
'';
when = "jj root --ignore-working-copy";
when = "jj root";
};
git_state.disabled = true;
git_commit.disabled = true;

View file

@ -312,12 +312,6 @@
settings.Upload.URL = "http://localhost:9428/insert/journald";
};
services.gerrit = {
enable = true;
listenAddress = "[::]:8923";
serverId = "b1ea4fd2-4e4a-4063-aa3c-5139a90c58b0";
};
networking.firewall.allowedTCPPorts = [
80
443
@ -386,11 +380,6 @@
enableACME = true;
addSSL = true;
};
"gerrit.005540.xyz" = {
locations."/".proxyPass = "http://localhost:8923";
enableACME = true;
addSSL = true;
};
};
};
}