summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-24 22:20:36 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-24 22:20:36 +0100
commitea4d311b0ec1b317ff4bc30d911385363918de62 (patch)
tree7fbcf631ee165ad0bd30f105905b51adf52a2c70 /hosts/surtr
parent1e901b985cecb3fb2c96df8b5b7be5e08a5d3723 (diff)
downloadnixos-ea4d311b0ec1b317ff4bc30d911385363918de62.tar
nixos-ea4d311b0ec1b317ff4bc30d911385363918de62.tar.gz
nixos-ea4d311b0ec1b317ff4bc30d911385363918de62.tar.bz2
nixos-ea4d311b0ec1b317ff4bc30d911385363918de62.tar.xz
nixos-ea4d311b0ec1b317ff4bc30d911385363918de62.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 0e24bd54..448c6d99 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.nix ./postgresql.nix 5 ./zfs.nix ./dns ./tls ./http.nix ./bifrost ./matrix ./postgresql.nix
6 ]; 6 ];
7 7
8 config = { 8 config = {