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 | 8584f9c9ee7a15bbc24a0c490e696ed88d8e2fc1 (patch) | |
| tree | 4d74c5b41c786c2e7315762c973347ab5ef5150f /hosts | |
| parent | Overlays: Base: Grub2: Support luks2 with patch (diff) | |
| download | nixos-config-8584f9c9ee7a15bbc24a0c490e696ed88d8e2fc1.tar.gz nixos-config-8584f9c9ee7a15bbc24a0c490e696ed88d8e2fc1.tar.bz2 nixos-config-8584f9c9ee7a15bbc24a0c490e696ed88d8e2fc1.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}"; |