Compare commits

..

27 commits

Author SHA1 Message Date
31273c3355
chore: firefox add simplelogin
Some checks are pending
/ test (push) Waiting to run
2025-03-17 09:14:05 +01:00
9e88e55a4d
chore: disable runners
Some checks are pending
/ test (push) Waiting to run
2025-03-16 20:26:44 +01:00
739e194041
chore: bump lock
Some checks failed
/ test (push) Failing after 12m49s
2025-03-16 20:09:24 +01:00
b3e96b2cd4
feat: add portable role 2025-03-16 20:02:11 +01:00
89858ee30a
feat: add jq to terminal
Some checks failed
/ test (push) Failing after 33m42s
2025-03-16 03:07:30 +01:00
7742a6a97b
feat: enable polkit on all devices and use nihilus config in acl
Some checks failed
/ test (push) Has been cancelled
2025-03-16 03:04:50 +01:00
d9ce46b2c9
chore: bump lock
Some checks failed
/ test (push) Failing after 10m54s
2025-03-16 02:44:12 +01:00
f8975e0896
fix: rsyncd having port issues 2025-03-16 02:40:24 +01:00
6f9054f69b
chore: new tailscale system tray, fix warnings 2025-03-16 02:40:10 +01:00
77bf1ebd43
chore: bump nysh
Some checks failed
/ test (push) Failing after 10m24s
2025-03-15 18:59:57 +01:00
f336d7a17a
chore: bump grayjay
Some checks failed
/ test (push) Failing after 7h26m49s
2025-03-12 20:04:10 +01:00
4effde4a3a
feat: general backup module for rsyncd
Some checks failed
/ test (push) Failing after 15m7s
2025-03-12 12:45:51 +01:00
39aac745e6
fix: certificate renewal
Some checks failed
/ test (push) Failing after 3m14s
2025-03-12 10:46:20 +01:00
647aab5924
feat: socket activated rsyncd, rsyncb sends message on failure
Some checks failed
/ test (push) Failing after 31m50s
2025-03-12 00:28:48 +01:00
6cd5beda6a
chore: move ssl creds to agenix
Some checks failed
/ test (push) Failing after 3m51s
2025-03-10 18:39:10 +01:00
5e4969dc7b
fix: require mount for calibre and navidrome
Some checks failed
/ test (push) Failing after 9m55s
2025-03-10 13:52:56 +01:00
22fb85a881
feat: agenix for ssl certificates 2025-03-10 13:52:42 +01:00
e1ae95daef
fix: hyprland hotkey magic workspace 2025-03-10 13:52:19 +01:00
26ad365df5
fix: increase nginx max client size 2025-03-10 10:36:28 +01:00
188047dd2b
chore: bump flake 2025-03-10 10:36:07 +01:00
b6abe3e1ef
chore: set default theme for keepassxc 2025-03-09 21:18:39 +01:00
3b35135879
feat: add nginx redirect
Some checks failed
/ test (push) Failing after 19m24s
2025-03-08 23:38:33 +01:00
c9892f2e5c
feat: allow docker to use the secret service 2025-03-06 23:09:39 +01:00
56b2d3f4fe
fix: cliphist on hyprland 2025-03-06 23:09:39 +01:00
cc0c29c9d3
fix: start keyring on start and use gdm
Some checks failed
/ test (push) Failing after 10m41s
2025-03-06 20:49:55 +01:00
da90f969f0
fix: keyring hopefully
Some checks failed
/ test (push) Failing after 31m26s
2025-03-06 20:16:32 +01:00
0c92def8b2
chore: switch to librewolf
Some checks failed
/ test (push) Failing after 4m31s
2025-03-06 19:13:57 +01:00
2 changed files with 1 additions and 4 deletions

View file

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

View file

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