summaryrefslogtreecommitdiff
path: root/hosts/surtr/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-11-10 09:15:50 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-11-10 09:15:50 +0100
commit7e97353075b4acee96488d022e456f80f4f903ed (patch)
tree570260991c2ecf972b885b45ea4acd76dde0dbd9 /hosts/surtr/default.nix
parent9d616c8d297db37cc929b711e63f249c3cbe44a5 (diff)
downloadnixos-7e97353075b4acee96488d022e456f80f4f903ed.tar
nixos-7e97353075b4acee96488d022e456f80f4f903ed.tar.gz
nixos-7e97353075b4acee96488d022e456f80f4f903ed.tar.bz2
nixos-7e97353075b4acee96488d022e456f80f4f903ed.tar.xz
nixos-7e97353075b4acee96488d022e456f80f4f903ed.zip
surtr: etebase
Diffstat (limited to 'hosts/surtr/default.nix')
-rw-r--r--hosts/surtr/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index cebb2b6c..9ac087c3 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -2,7 +2,8 @@
2{ 2{
3 imports = with flake.nixosModules.systemProfiles; [ 3 imports = with flake.nixosModules.systemProfiles; [
4 tmpfs-root qemu-guest openssh rebuild-machines zfs 4 tmpfs-root qemu-guest openssh rebuild-machines zfs
5 ./zfs.nix ./dns ./tls ./http ./bifrost ./matrix ./postgresql.nix ./prometheus ./email ./vpn ./borg.nix 5 ./zfs.nix ./dns ./tls ./http ./bifrost ./matrix ./postgresql.nix
6 ./prometheus ./email ./vpn ./borg.nix ./etebase
6 ]; 7 ];
7 8
8 config = { 9 config = {