add hydra, enable zsh autocomplete #59

Merged
ahuston-0 merged 13 commits from feature/add-typhon into main 2025-03-26 13:15:03 -04:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 9e820a3cde - Show all commits

View File

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

View File

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