diff options
| author | Baitinq <[email protected]> | 2022-09-27 01:34:39 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-29 13:45:35 +0200 |
| commit | 8dbcb421c1bb644a913ffa5f32d4b338a82ced11 (patch) | |
| tree | 899e4501af8943d7597cfe7e21e3b5d485be0e38 /hosts | |
| parent | Overlays: Base: Grub2: Support luks2 with patch (diff) | |
| download | nixos-config-8dbcb421c1bb644a913ffa5f32d4b338a82ced11.tar.gz nixos-config-8dbcb421c1bb644a913ffa5f32d4b338a82ced11.tar.bz2 nixos-config-8dbcb421c1bb644a913ffa5f32d4b338a82ced11.zip | |
Modules: Add email module
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 8bc2ad0..818a0a6 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -1,6 +1,8 @@ { config, lib, pkgs, inputs, user, hostname, secrets, dotfiles, location, ... }: { - imports = [ ]; + imports = [ + ../modules/email + ]; home = { username = "${user}"; |