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

View file

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

View file

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

View file

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

View file

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