This commit is contained in:
Ingolf Wagner 2022-05-25 18:32:53 +02:00
parent dae27bbbfc
commit df1f9025ea
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
5 changed files with 57 additions and 54 deletions

View file

@ -556,51 +556,51 @@ in
notmuch.enable = true;
};
terranix_org = {
primary = false;
address = "palo@terranix.org";
aliases = [ ];
realName = "Ingolf Wagner";
userName = "palo@terranix.org";
passwordCommand = "cat ${toString config.sops.secrets.mail_terranix.path }";
imap = {
host = "mail.privateemail.com";
tls.enable = true;
port = 993;
};
# make sure the upstream mail is deleted
getmail = {
enable = true;
delete = true;
readAll = false;
mailboxes = [ "ALL" ];
};
notmuch.enable = true;
};
#terranix_org = {
# primary = false;
# address = "palo@terranix.org";
# aliases = [ ];
# realName = "Ingolf Wagner";
# userName = "palo@terranix.org";
# passwordCommand = "cat ${toString config.sops.secrets.mail_terranix.path }";
# imap = {
# host = "mail.privateemail.com";
# tls.enable = true;
# port = 993;
# };
# # make sure the upstream mail is deleted
# getmail = {
# enable = true;
# delete = true;
# readAll = false;
# mailboxes = [ "ALL" ];
# };
# notmuch.enable = true;
#};
# new
ingolf-wagner-de-new = {
primary = false;
address = "contact@ingolf-wagner.de";
aliases = [ ];
realName = "Ingolf Wagner";
userName = "contact@ingolf-wagner.de";
passwordCommand =
"cat ${toString config.sops.secrets.mail_ingolf_wagner_de.path}";
imap = {
host = "mail.privateemail.com";
tls.enable = true;
port = 993;
};
# make sure the upstream mail is deleted
getmail = {
enable = true;
delete = true;
readAll = false;
mailboxes = [ "ALL" ];
};
notmuch.enable = true;
};
#ingolf-wagner-de-new = {
# primary = false;
# address = "contact@ingolf-wagner.de";
# aliases = [ ];
# realName = "Ingolf Wagner";
# userName = "contact@ingolf-wagner.de";
# passwordCommand =
# "cat ${toString config.sops.secrets.mail_ingolf_wagner_de.path}";
# imap = {
# host = "mail.privateemail.com";
# tls.enable = true;
# port = 993;
# };
# # make sure the upstream mail is deleted
# getmail = {
# enable = true;
# delete = true;
# readAll = false;
# mailboxes = [ "ALL" ];
# };
# notmuch.enable = true;
#};
# deprecated
ingolf-wagner-de = {

View file

@ -68,10 +68,11 @@
services.xserver.desktopManager.gnome.enable = true;
custom.samba-share = {
enable = false;
enable = true;
folders = {
#public = "/home/palo/movies";
share = "/home/share";
video = "/home/video-material";
#syncthing = "/mnt/syncthing";
#movies = "/mnt/syncthing/movies";
#series = "/mnt/syncthing/series";

View file

@ -110,11 +110,11 @@
"emacs-overlay": {
"flake": false,
"locked": {
"lastModified": 1650278072,
"narHash": "sha256-uKnIAWPODL1Bj6No0wEzR9yNNAlfy0S0ptyxKtxTE48=",
"lastModified": 1650801016,
"narHash": "sha256-3fsEcEs14E/ZFXB4KLy5xicwTeOxW9EBlKn3amc/18s=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "1d1478b3b1f1ac68924705a77bcdc655925cf408",
"rev": "d50f841db7b856d79fcfc1a71582dfb5ee1a5830",
"type": "github"
},
"original": {
@ -403,11 +403,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1650161686,
"narHash": "sha256-70ZWAlOQ9nAZ08OU6WY7n4Ij2kOO199dLfNlvO/+pf8=",
"lastModified": 1650701402,
"narHash": "sha256-XKfstdtqDg+O+gNBx1yGVKWIhLgfEDg/e2lvJSsp9vU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1ffba9f2f683063c2b14c9f4d12c55ad5f4ed887",
"rev": "bc41b01dd7a9fdffd32d9b03806798797532a5fe",
"type": "github"
},
"original": {
@ -419,11 +419,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1650244918,
"narHash": "sha256-DsS5nxjTpnoUC4pNXJI1rit7TnDTij8vQDa5PtcDCD0=",
"lastModified": 1650728030,
"narHash": "sha256-VfCYsC/0mZQlQqsXf5o5Cib1ncJQ5l7WHN7hEIMmZNw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "7b38b03d76ab71bdc8dc325e3f6338d984cc35ca",
"rev": "5fb3a179605141bfa4c9c423f9b1c33658b059c8",
"type": "github"
},
"original": {

View file

@ -57,7 +57,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
youtube-dl
unstable.youtube-dl
mplayer
mpv

View file

@ -380,6 +380,8 @@ in
allLicenses
dogdns
memo
nixfmt
dateutils