add typhon to palatine-hill, fix vars

This commit is contained in:
ahuston-0 2025-03-26 02:05:17 -04:00
parent 04372341db
commit 9e820a3cde
No known key found for this signature in database
GPG Key ID: 47940175096C1330
2 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@
./minio.nix
./networking.nix
./nextcloud.nix
./samba.nix
./postgresql.nix
./samba.nix
./typhon.nix
./zfs.nix
];

View File

@ -1,7 +1,7 @@
{ config, ... }:
let
vars = import ../vars.nix;
vars = import ./vars.nix;
typhon_path = vars.primary_typhon;
in
{