mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-06-08 02:18:47 +02:00
Compare commits
No commits in common. "d0561a7351f4c46421d1bdaa6b5860e0f2d80268" and "b9ca2c0513924f5bdded58f182a0e71af61ebbb8" have entirely different histories.
d0561a7351
...
b9ca2c0513
2 changed files with 23 additions and 5 deletions
|
@ -38,9 +38,6 @@ in
|
|||
settings = {
|
||||
server_name = config.networking.domain;
|
||||
enable_metrics = true;
|
||||
ip_range_blacklist = [
|
||||
"143.47.233.216/32" # wolfo.tech. Has a broken config an spams logs
|
||||
];
|
||||
|
||||
listeners = [{
|
||||
bind_addresses = [ "0.0.0.0" "::1" ];
|
||||
|
|
|
@ -33,23 +33,26 @@
|
|||
|
||||
# messaging
|
||||
tdesktop
|
||||
profanity
|
||||
gomuks
|
||||
|
||||
# games
|
||||
prismlauncher
|
||||
superTuxKart
|
||||
space-cadet-pinball
|
||||
# space-cadet-pinball
|
||||
|
||||
# cryptography
|
||||
yubikey-manager
|
||||
bitwarden-cli
|
||||
# bitwarden-cli
|
||||
|
||||
# misc
|
||||
xournalpp
|
||||
libreoffice
|
||||
mosh
|
||||
typst
|
||||
hut
|
||||
wine
|
||||
electrum
|
||||
# ansible
|
||||
ansible-lint
|
||||
(python3.withPackages (ps: [
|
||||
|
@ -99,7 +102,25 @@
|
|||
];
|
||||
|
||||
programs.firefox.enable = true;
|
||||
# ugly and Broken
|
||||
# programs = {
|
||||
# thunderbird = {
|
||||
# enable = true;
|
||||
# profiles = {
|
||||
# default = {
|
||||
# withExternalGnupg = true;
|
||||
# isDefault = true;
|
||||
# settings = {
|
||||
# "intl.date_time.pattern_override.connector_short" = "{1} {0}";
|
||||
# "intl.date_time.pattern_override.date_short" = "yyyy-MM-dd";
|
||||
# "intl.date_time.pattern_override.time_short" = "HH:mm";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
services.gnome-keyring.enable = true;
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue