mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-06-07 18:18:45 +02:00
Compare commits
2 commits
b9ca2c0513
...
d0561a7351
Author | SHA1 | Date | |
---|---|---|---|
d0561a7351 | |||
f3b0bce62e |
2 changed files with 5 additions and 23 deletions
|
@ -38,6 +38,9 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
server_name = config.networking.domain;
|
server_name = config.networking.domain;
|
||||||
enable_metrics = true;
|
enable_metrics = true;
|
||||||
|
ip_range_blacklist = [
|
||||||
|
"143.47.233.216/32" # wolfo.tech. Has a broken config an spams logs
|
||||||
|
];
|
||||||
|
|
||||||
listeners = [{
|
listeners = [{
|
||||||
bind_addresses = [ "0.0.0.0" "::1" ];
|
bind_addresses = [ "0.0.0.0" "::1" ];
|
||||||
|
|
|
@ -33,26 +33,23 @@
|
||||||
|
|
||||||
# messaging
|
# messaging
|
||||||
tdesktop
|
tdesktop
|
||||||
profanity
|
|
||||||
gomuks
|
gomuks
|
||||||
|
|
||||||
# games
|
# games
|
||||||
prismlauncher
|
prismlauncher
|
||||||
superTuxKart
|
superTuxKart
|
||||||
# space-cadet-pinball
|
space-cadet-pinball
|
||||||
|
|
||||||
# cryptography
|
# cryptography
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
# bitwarden-cli
|
bitwarden-cli
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
xournalpp
|
xournalpp
|
||||||
libreoffice
|
libreoffice
|
||||||
mosh
|
mosh
|
||||||
typst
|
typst
|
||||||
hut
|
|
||||||
wine
|
wine
|
||||||
electrum
|
|
||||||
# ansible
|
# ansible
|
||||||
ansible-lint
|
ansible-lint
|
||||||
(python3.withPackages (ps: [
|
(python3.withPackages (ps: [
|
||||||
|
@ -102,25 +99,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.firefox.enable = true;
|
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;
|
services.gnome-keyring.enable = true;
|
||||||
|
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications =
|
defaultApplications =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue