sync config
This commit is contained in:
parent
54ee5d5e59
commit
931ca0f409
36
common.nix
36
common.nix
|
@ -281,24 +281,24 @@ in
|
|||
services.smartd.enable = true;
|
||||
|
||||
# ensure cron and Co. can send mails
|
||||
# programs.msmtp = {
|
||||
# enable = true;
|
||||
# setSendmail = true;
|
||||
# accounts = {
|
||||
# default = {
|
||||
# auth = true;
|
||||
# tls = true;
|
||||
# from = "noreply@home.local";
|
||||
# host = "babylon2k.com";
|
||||
# port = "587";
|
||||
# user = builtins.readFile "/data/nixos/mailuser.secret";
|
||||
# password = builtins.readFile "/data/nixos/mailpassword.secret";
|
||||
# };
|
||||
# };
|
||||
# defaults = {
|
||||
# aliases = "/etc/aliases";
|
||||
# };
|
||||
# };
|
||||
programs.msmtp = {
|
||||
enable = true;
|
||||
setSendmail = true;
|
||||
accounts = {
|
||||
default = {
|
||||
auth = true;
|
||||
tls = true;
|
||||
from = "noreply@home.local";
|
||||
host = "babylon2k.com";
|
||||
port = "587";
|
||||
user = builtins.readFile "/data/nixos/mailuser.secret";
|
||||
password = builtins.readFile "/data/nixos/mailpassword.secret";
|
||||
};
|
||||
};
|
||||
defaults = {
|
||||
aliases = "/etc/aliases";
|
||||
};
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"aliases" = {
|
||||
|
|
|
@ -28,6 +28,7 @@ export QT_QUICK_CONTROLS_STYLE_PATH=/home/cullmann/projects/kde6/usr/lib/qml/QtQ
|
|||
boost
|
||||
bzip2
|
||||
cmake
|
||||
ctags
|
||||
docbook_xml_dtd_45
|
||||
docbook_xsl_ns
|
||||
flex
|
||||
|
|
Loading…
Reference in a new issue