Compare commits
2 commits
dd20686294
...
2925bb3672
| Author | SHA1 | Date | |
|---|---|---|---|
| 2925bb3672 | |||
| 227cc5bc85 |
2 changed files with 1 additions and 12 deletions
2
home.nix
2
home.nix
|
|
@ -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;
|
||||
|
|
|
|||
11
void.nix
11
void.nix
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue