mail: split into modules

This commit is contained in:
Rouven Seifert 2024-03-12 17:07:33 +01:00
parent f32125afb7
commit a7b2d18db0
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 279 additions and 255 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports =
[
@ -29,6 +29,11 @@
kernelPackages = pkgs.linuxPackages_latest;
};
users.users.rouven = {
description = "Rouven Seifert";
isNormalUser = true;
};
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_US.UTF-8";