Compare commits

..

27 commits

Author SHA1 Message Date
6cf8adb601 monolith: add forgejo runner 2024-04-07 02:48:42 -03:00
f1e560af3f sshd: disable until xz is secure 2024-04-07 02:48:42 -03:00
852a64230b sway: add more env vars to dbus activation 2024-04-07 02:48:42 -03:00
34f4363a6a flake: update lockfile 2024-04-07 02:48:42 -03:00
bf6a61cfcc syncthing: way for tray 2024-04-07 02:48:42 -03:00
3ec370e9fa kdenlive: fix theme 2024-04-07 02:48:42 -03:00
275a35b26b theme: improve qt theming 2024-04-07 02:48:42 -03:00
709fd99cd5 syncthing: enable tray icon 2024-04-07 02:48:42 -03:00
41365cfcbc mangohud: install patch to fix keybind crash 2024-04-07 02:48:42 -03:00
ca3dd19bc1 gpg: simplify config 2024-04-07 02:48:42 -03:00
4100cd971d update 2024-04-07 02:48:42 -03:00
1578e4aed2 lsp: replace rnix-lsp with nil 2024-04-07 02:48:42 -03:00
cff8bc56e6 update 2024-04-07 02:48:42 -03:00
155cd5e435 btop: enable gpu monitoring 2024-04-07 02:48:42 -03:00
fd4ff9541d update 2024-04-07 02:48:42 -03:00
88188ed8ed kak-lsp: update config to new format 2024-04-07 02:48:42 -03:00
45543af5c1 alacritty: update config 2024-04-07 02:48:42 -03:00
fc2bd159b2 update renamed xkb config 2024-04-07 02:48:42 -03:00
c28446043a update 2024-04-07 02:48:42 -03:00
5dd53fb230 update 2024-04-07 02:48:42 -03:00
03c5c7d6b6 update 2024-04-07 02:48:42 -03:00
0cd2e5bcd3 sway: disable adaptive sync 2024-04-07 02:48:42 -03:00
475cc684d8 update 2024-04-07 02:48:42 -03:00
a22d387492 update 2024-04-07 02:48:42 -03:00
fde9f66023 switch to nixpkgs unstable 2024-04-07 02:48:42 -03:00
ed4ded7402 pass: Update password-store repository 2024-04-07 02:48:31 -03:00
9165fd4b6f forgejo: remove unnecessary ssh configuration 2024-04-06 23:41:34 -03:00
2 changed files with 1 additions and 9 deletions

View file

@ -15,14 +15,6 @@ in
};
};
services.openssh = {
authorizedKeysFiles = [
"${config.services.forgejo.stateDir}/.ssh/authorized_keys"
];
# Recommended by forgejo: https://forgejo.org/docs/latest/admin/recommendations/#git-over-ssh
settings.AcceptEnv = "GIT_PROTOCOL";
};
services.forgejo = {
enable = true;
database.type = "postgres";

View file

@ -11,7 +11,7 @@
git-sync = {
enable = true;
repositories.password-store = {
uri = "git@git.disroot.org:lelgenio/password-store";
uri = "forgejo@lelgenio.xyz:lelgenio/password-store";
path = toString config.programs.password-store.settings.PASSWORD_STORE_DIR;
};
};