Compare commits
No commits in common. "b4a668e8b8f695aae862b9bb1f80cf5a27c3cc78" and "6280c773dacf8c017ce9fe14f4a86c65093bcc42" have entirely different histories.
b4a668e8b8
...
6280c773da
|
@ -137,7 +137,8 @@ fonts = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/alexandre";
|
home = "/home/alexandre";
|
||||||
description = "alexandre";
|
description = "alexandre";
|
||||||
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" "scanner" "plocate" "lp" ];
|
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" "scanner" "
|
||||||
|
lp" ];
|
||||||
hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/";
|
hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -29,12 +29,6 @@
|
||||||
|
|
||||||
ntp.enable = true;
|
ntp.enable = true;
|
||||||
tlp.enable = true;
|
tlp.enable = true;
|
||||||
locate = {
|
|
||||||
enable = true;
|
|
||||||
locate = pkgs.plocate;
|
|
||||||
interval = "hourly";
|
|
||||||
localuser = null;
|
|
||||||
};
|
|
||||||
|
|
||||||
# udev.extraRules = ''
|
# udev.extraRules = ''
|
||||||
# ACTION=="remove", ENV{ID_VENDOR_ID}=="1050", ENV{ID_MODEL_ID}=="0407", RUN+="/usr/bin/lockscreen-all"
|
# ACTION=="remove", ENV{ID_VENDOR_ID}=="1050", ENV{ID_MODEL_ID}=="0407", RUN+="/usr/bin/lockscreen-all"
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
programs.himalaya = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
accounts.email.accounts = {
|
|
||||||
zimbra = {
|
|
||||||
primary = true;
|
|
||||||
himalaya.enable = true;
|
|
||||||
address = "alexandre.lucazeau@free.fr";
|
|
||||||
realName = "Alexandre LUCAZEAU";
|
|
||||||
userName = "alexandre.lucazeau";
|
|
||||||
passwordCommand = "keepassxc-cli show -a Password --no-password -k $HOME/keyx/emails.key $HOME/keys/emails.kbx zimbra";
|
|
||||||
imap = {
|
|
||||||
host = "imap.free.fr";
|
|
||||||
port = 993;
|
|
||||||
tls.enable = true;
|
|
||||||
};
|
|
||||||
smtp = {
|
|
||||||
host = "smtp.free.fr";
|
|
||||||
port = 587;
|
|
||||||
tls.enable = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -32,6 +32,5 @@
|
||||||
nodejs
|
nodejs
|
||||||
vlc
|
vlc
|
||||||
guake
|
guake
|
||||||
graphviz
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue