Corrected role paths
This commit is contained in:
parent
bf9aac79b8
commit
64a3fd781c
|
@ -8,15 +8,15 @@
|
|||
|
||||
imports =
|
||||
[
|
||||
../deployments/gitea.nix
|
||||
../deployments/hydra.nix
|
||||
../deployments/IOHK.nix
|
||||
../deployments/matrix.nix
|
||||
../deployments/nixpkgs-dev.nix
|
||||
#../deployments/jormungandr.nix
|
||||
#../deployments/syncserver.nix
|
||||
../deployments/taskserver.nix
|
||||
../deployments/tt-rss.nix
|
||||
../roles/gitea.nix
|
||||
../roles/hydra.nix
|
||||
../roles/IOHK.nix
|
||||
../roles/matrix.nix
|
||||
../roles/nixpkgs-dev.nix
|
||||
#../roles/jormungandr.nix
|
||||
#../roles/syncserver.nix
|
||||
../roles/taskserver.nix
|
||||
../roles/tt-rss.nix
|
||||
../Secrets/gitea.nix
|
||||
#../Secrets/syncserver.nix
|
||||
../Secrets/tt-rss.nix
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
imports =
|
||||
[
|
||||
../Hardware/linode_vm.nix
|
||||
../deployments/host_common.nix
|
||||
../roles/host_common.nix
|
||||
];
|
||||
|
||||
# Ensure the right package architecture is used
|
||||
|
|
Loading…
Reference in a new issue