add typhon to palatine-hill, fix vars
This commit is contained in:
parent
04372341db
commit
9e820a3cde
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user