wlsunset, dwarf fortress, mail fixes

This commit is contained in:
Rouven Seifert 2023-07-09 22:49:16 +02:00
parent 78b5dad1d9
commit b283eb634f
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
8 changed files with 48 additions and 29 deletions

View file

@ -11,6 +11,8 @@
allowedTCPPortRanges = [{ from = 1714; to = 1764; }];
allowedUDPPortRanges = allowedTCPPortRanges;
};
# wayland keylogger needs setuid
programs.wshowkeys.enable = true;
# fixes pam entries for swaylock
security.pam.services.swaylock.text = ''
# Account management.

View file

@ -225,6 +225,11 @@ in
farPattern = "Drafts";
extraConfig.Create = "near";
};
channels.spamtrain = {
nearPattern = "Spamtrain";
farPattern = "Spamtrain";
extraConfig.Create = "near";
};
};
extraConfig = {
account = {
@ -237,7 +242,7 @@ in
{
enable = true;
mailboxName = " iFSR";
extraMailboxes = lib.lists.forEach [ c.admin c.sent c.trash c.junk c.drafts ] (x: x.nearPattern);
extraMailboxes = lib.lists.forEach [ c.admin c.sent c.spamtrain c.trash c.junk c.drafts ] (x: x.nearPattern);
};
};
"gmail" = rec {

View file

@ -14,8 +14,6 @@
ffmpeg
drawio
thunderbird
# sound
pavucontrol
x32edit
@ -33,6 +31,7 @@
gomuks # alternative matrix client
# games
dwarf-fortress-packages.dwarf-fortress-full
prismlauncher # minecraft, but it actually works # not anymore lol
superTuxKart
@ -44,6 +43,7 @@
pass
# misc
btop
asciinema
neofetch # obligatory
virt-manager

View file

@ -38,6 +38,10 @@ in
hostname = "quitte.ifsr.de";
user = "root";
};
"tomate" = {
hostname = "tomate.ifsr.de";
user = "root";
};
"nuc" = {
hostname = "192.168.10.2";
user = "root";

View file

@ -42,6 +42,15 @@
};
};
services.wlsunset = {
enable = true;
longitude = "13";
latitude = "51";
temperature = {
night = 4300;
};
};
xdg.configFile = {
"swaync".source = ./swaync;
"fuzzel/fuzzel.ini".text = ''