rework email module

This commit is contained in:
Moritz Böhme 2022-09-27 18:02:45 +02:00
parent fff714f7aa
commit aa42f6678e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
10 changed files with 27 additions and 80 deletions

View file

@ -14,12 +14,6 @@
# KERNEL
boot.kernelPackages = pkgs.linuxPackages_latest;
# MY MODULES
my.email = {
enable = true;
passwordFile = ../../secrets/email-desktop.age;
};
# BOOT
boot = {
supportedFilesystems = [ "btrfs" "ntfs" ];