diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-02-14 14:34:33 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-02-14 14:34:33 +0100 |
commit | 821d99f17c9dd5660e5c450e4435616178ae4c73 (patch) | |
tree | bd7a6fe19e431d918587ede9c96db6c0196bdab7 /hosts/surtr/default.nix | |
parent | 10b7a66bdf7181026914e753c5260a5adef04214 (diff) | |
download | nixos-821d99f17c9dd5660e5c450e4435616178ae4c73.tar nixos-821d99f17c9dd5660e5c450e4435616178ae4c73.tar.gz nixos-821d99f17c9dd5660e5c450e4435616178ae4c73.tar.bz2 nixos-821d99f17c9dd5660e5c450e4435616178ae4c73.tar.xz nixos-821d99f17c9dd5660e5c450e4435616178ae4c73.zip |
...
Diffstat (limited to 'hosts/surtr/default.nix')
-rw-r--r-- | hosts/surtr/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix index b8a639d5..1b33630a 100644 --- a/hosts/surtr/default.nix +++ b/hosts/surtr/default.nix | |||
@@ -7,6 +7,7 @@ with lib; | |||
7 | tmpfs-root qemu-guest openssh rebuild-machines zfs | 7 | tmpfs-root qemu-guest openssh rebuild-machines zfs |
8 | ./zfs.nix ./dns ./tls ./http ./bifrost ./matrix ./postgresql | 8 | ./zfs.nix ./dns ./tls ./http ./bifrost ./matrix ./postgresql |
9 | ./prometheus ./email ./vpn ./borg.nix ./etebase ./immich.nix | 9 | ./prometheus ./email ./vpn ./borg.nix ./etebase ./immich.nix |
10 | ./paperless.nix | ||
10 | ]; | 11 | ]; |
11 | 12 | ||
12 | config = { | 13 | config = { |