mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
networking updates, too many to write down
This commit is contained in:
parent
45b01c5979
commit
2bb6fa41e0
13 changed files with 151 additions and 152 deletions
|
@ -5,7 +5,7 @@
|
|||
users.users.rouven = {
|
||||
description = "Rouven Seifert";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "video" "libvirtd" "tss" "input" "_lldpd" ];
|
||||
extraGroups = [ "wheel" "video" "libvirtd" "tss" "input" "_lldpd" "wireshark" ];
|
||||
initialHashedPassword = "$6$X3XERQv28Nt1UUT5$MjdMBDuXyEwexkuKqmNFweez69q4enY5cjMXSbBxOc6Bq7Fhhp7OqmCm02k3OGjoZFXzPV9ZHuMSGKZOtwYIk1";
|
||||
};
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
|
@ -49,7 +49,6 @@ in
|
|||
};
|
||||
# set sidebar_indent_string = ' '
|
||||
# set sidebar_width = 80
|
||||
# set sidebar_folder_indent = yes
|
||||
mbsync.enable = true;
|
||||
};
|
||||
accounts.email.accounts = {
|
||||
|
@ -239,8 +238,8 @@ in
|
|||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.reports = {
|
||||
nearPattern = "Reports";
|
||||
farPattern = "Reports";
|
||||
nearPattern = "Root/Reports";
|
||||
farPattern = "Root/Reports";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.trash = {
|
||||
|
@ -300,33 +299,33 @@ in
|
|||
enable = true;
|
||||
create = "maildir";
|
||||
expunge = "both";
|
||||
groups.ifsr = {
|
||||
channels.inbox = {
|
||||
nearPattern = "INBOX";
|
||||
farPattern = "INBOX";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.trash = {
|
||||
nearPattern = "Trash";
|
||||
farPattern = "Trash";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.sent = {
|
||||
nearPattern = "Sent";
|
||||
farPattern = "Sent";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.junk = {
|
||||
nearPattern = "Junk";
|
||||
farPattern = "Junk";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.drafts = {
|
||||
nearPattern = "Drafts";
|
||||
farPattern = "Drafts";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
};
|
||||
# groups.ifsr = {
|
||||
# channels.inbox = {
|
||||
# nearPattern = "INBOX";
|
||||
# farPattern = "INBOX";
|
||||
# extraConfig.Create = "near";
|
||||
# };
|
||||
# channels.trash = {
|
||||
# nearPattern = "Trash";
|
||||
# farPattern = "Trash";
|
||||
# extraConfig.Create = "near";
|
||||
# };
|
||||
# channels.sent = {
|
||||
# nearPattern = "Sent";
|
||||
# farPattern = "Sent";
|
||||
# extraConfig.Create = "near";
|
||||
# };
|
||||
# channels.junk = {
|
||||
# nearPattern = "Junk";
|
||||
# farPattern = "Junk";
|
||||
# extraConfig.Create = "near";
|
||||
# };
|
||||
# channels.drafts = {
|
||||
# nearPattern = "Drafts";
|
||||
# farPattern = "Drafts";
|
||||
# extraConfig.Create = "near";
|
||||
# };
|
||||
# };
|
||||
extraConfig = {
|
||||
account = {
|
||||
AuthMechs = "Login";
|
||||
|
@ -338,7 +337,8 @@ in
|
|||
{
|
||||
enable = true;
|
||||
mailboxName = " AG DSN";
|
||||
extraMailboxes = lib.lists.forEach [ c.sent c.trash c.junk c.drafts ] (x: x.nearPattern);
|
||||
# extraMailboxes = lib.lists.forEach [ c.sent c.trash c.junk c.drafts ] (x: x.nearPattern);
|
||||
extraMailboxes = [ "+Sent" "+Trash" "+Junk" "+Drafts" "+Lists/intern" ];
|
||||
};
|
||||
};
|
||||
"gmail" = rec {
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
tex = (pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-small
|
||||
dvisvgm dvipng# for preview and export as html
|
||||
wrapfig amsmath ulem hyperref capt-of;
|
||||
# (setq org-latex-compiler "lualatex")
|
||||
#(setq org-preview-latex-default-process 'dvisvgm)
|
||||
inherit (pkgs.texlive) scheme-full;
|
||||
});
|
||||
in
|
||||
{
|
||||
|
@ -27,6 +23,7 @@ in
|
|||
drawio
|
||||
leafpad
|
||||
gamescope
|
||||
gnome.simple-scan
|
||||
|
||||
# sound
|
||||
pavucontrol
|
||||
|
@ -40,7 +37,6 @@ in
|
|||
google-chrome
|
||||
filezilla
|
||||
dbeaver
|
||||
apache-directory-studio
|
||||
|
||||
# messaging
|
||||
discord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue