From 9e820a3cdeb1934c2c4a6cee84eb612f01c261de Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 26 Mar 2025 02:05:17 -0400 Subject: [PATCH] add typhon to palatine-hill, fix vars --- systems/palatine-hill/configuration.nix | 3 ++- systems/palatine-hill/typhon.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index cd6f03b..0133c24 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -17,8 +17,9 @@ ./minio.nix ./networking.nix ./nextcloud.nix - ./samba.nix ./postgresql.nix + ./samba.nix + ./typhon.nix ./zfs.nix ]; diff --git a/systems/palatine-hill/typhon.nix b/systems/palatine-hill/typhon.nix index 161ffdd..e8d51c9 100644 --- a/systems/palatine-hill/typhon.nix +++ b/systems/palatine-hill/typhon.nix @@ -1,7 +1,7 @@ { config, ... }: let - vars = import ../vars.nix; + vars = import ./vars.nix; typhon_path = vars.primary_typhon; in {