diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-05 14:12:31 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-05 14:12:31 +0200 |
commit | 84c79ad5a262728f4cbae83f51b7764b5fe850d3 (patch) | |
tree | 44ab0f0dfd880aa8a91ab1b25c8bacc2b96200ce /hosts/surtr/default.nix | |
parent | 910fd2059e7e95a12702695a4991ea133f7a37a7 (diff) | |
download | nixos-84c79ad5a262728f4cbae83f51b7764b5fe850d3.tar nixos-84c79ad5a262728f4cbae83f51b7764b5fe850d3.tar.gz nixos-84c79ad5a262728f4cbae83f51b7764b5fe850d3.tar.bz2 nixos-84c79ad5a262728f4cbae83f51b7764b5fe850d3.tar.xz nixos-84c79ad5a262728f4cbae83f51b7764b5fe850d3.zip |
surtr: email
Diffstat (limited to 'hosts/surtr/default.nix')
-rw-r--r-- | hosts/surtr/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix index ca51d4fb..cb452df3 100644 --- a/hosts/surtr/default.nix +++ b/hosts/surtr/default.nix | |||
@@ -2,7 +2,7 @@ | |||
2 | { | 2 | { |
3 | imports = with flake.nixosModules.systemProfiles; [ | 3 | imports = with flake.nixosModules.systemProfiles; [ |
4 | qemu-guest openssh rebuild-machines zfs | 4 | qemu-guest openssh rebuild-machines zfs |
5 | ./zfs.nix ./dns ./tls ./http.nix ./bifrost ./matrix ./postgresql.nix ./prometheus | 5 | ./zfs.nix ./dns ./tls ./http.nix ./bifrost ./matrix ./postgresql.nix ./prometheus ./email |
6 | ]; | 6 | ]; |
7 | 7 | ||
8 | config = { | 8 | config = { |