summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-04-08 23:24:29 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-04-08 23:24:29 +0200
commite3673b5cf89685aa1d0f220871b7ac3910cf9783 (patch)
tree01ae1be4b9f12fa2ea1ba7ce13b12c6150f1507a /hosts/surtr
parent5247e5d5a392cfef82de38582ad337ebabc58b1e (diff)
downloadnixos-e3673b5cf89685aa1d0f220871b7ac3910cf9783.tar
nixos-e3673b5cf89685aa1d0f220871b7ac3910cf9783.tar.gz
nixos-e3673b5cf89685aa1d0f220871b7ac3910cf9783.tar.bz2
nixos-e3673b5cf89685aa1d0f220871b7ac3910cf9783.tar.xz
nixos-e3673b5cf89685aa1d0f220871b7ac3910cf9783.zip
...
Diffstat (limited to 'hosts/surtr')
-rw-r--r--hosts/surtr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index 711e8bc8..ca51d4fb 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 5 ./zfs.nix ./dns ./tls ./http.nix ./bifrost ./matrix ./postgresql.nix ./prometheus
6 ]; 6 ];
7 7
8 config = { 8 config = {