Compare commits

..

28 commits

Author SHA1 Message Date
b6b1b3a1fe
chore: allow lazygit to use some gpg features
Some checks failed
/ test (push) Has been cancelled
2025-03-17 10:50:29 +01:00
596c9871c7
chore: firefox add simplelogin 2025-03-17 10:50:29 +01:00
4791b023d6
chore: disable runners 2025-03-17 10:50:29 +01:00
f1146512ba
chore: bump lock 2025-03-17 10:50:29 +01:00
cbd045ac82
feat: add portable role 2025-03-17 10:50:29 +01:00
76977ba900
feat: add jq to terminal 2025-03-17 10:50:29 +01:00
0172f5410b
feat: enable polkit on all devices and use nihilus config in acl 2025-03-17 10:50:29 +01:00
e7b83ccec1
chore: bump lock 2025-03-17 10:50:29 +01:00
147fc9967a
fix: rsyncd having port issues 2025-03-17 10:50:29 +01:00
cf62ffd52c
chore: new tailscale system tray, fix warnings 2025-03-17 10:50:29 +01:00
546b3bb1d8
chore: bump nysh 2025-03-17 10:50:29 +01:00
b0f82c166f
chore: bump grayjay 2025-03-17 10:50:29 +01:00
c46c1c580d
feat: general backup module for rsyncd 2025-03-17 10:50:29 +01:00
864ee129b0
fix: certificate renewal 2025-03-17 10:50:29 +01:00
3aed052567
feat: socket activated rsyncd, rsyncb sends message on failure 2025-03-17 10:50:29 +01:00
8f1c4fbad1
chore: move ssl creds to agenix 2025-03-17 10:50:29 +01:00
97bc861c9e
fix: require mount for calibre and navidrome 2025-03-17 10:50:29 +01:00
a7f8b8187c
feat: agenix for ssl certificates 2025-03-17 10:50:29 +01:00
fba057a78f
fix: hyprland hotkey magic workspace 2025-03-17 10:50:29 +01:00
c3c7f161b3
fix: increase nginx max client size 2025-03-17 10:50:29 +01:00
760931a5c5
chore: bump flake 2025-03-17 10:50:29 +01:00
c86806c340
chore: set default theme for keepassxc 2025-03-17 10:50:29 +01:00
ea7c04e4ba
feat: add nginx redirect 2025-03-17 10:50:29 +01:00
e7f3350fe2
feat: allow docker to use the secret service 2025-03-17 10:50:29 +01:00
4ba88622ff
fix: cliphist on hyprland 2025-03-17 10:50:29 +01:00
9e6a4f3559
fix: start keyring on start and use gdm 2025-03-17 10:50:29 +01:00
302375470f
fix: keyring hopefully 2025-03-17 10:50:29 +01:00
e3e6bb967c
chore: clean themes file 2025-03-17 10:50:29 +01:00
2 changed files with 4 additions and 1 deletions

View file

@ -10,7 +10,7 @@
}:
lib.mkIf config.programs.firefox.enable {
programs.firefox = {
package = pkgs.librewolf;
package = pkgs.firefox-beta;
languagePacks = [
"de"
"en-GB"

View file

@ -3,6 +3,9 @@
enable = true;
settings = {
"notARepository" = "skip";
git = {
overrideGpg = true;
};
};
};
}