Modified paths to new locations
This commit is contained in:
parent
2ff22c8477
commit
bf9aac79b8
|
@ -8,17 +8,19 @@
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../Deployments/gitea.nix
|
../deployments/gitea.nix
|
||||||
../Deployments/hydra.nix
|
../deployments/hydra.nix
|
||||||
../Deployments/IOHK.nix
|
../deployments/IOHK.nix
|
||||||
../Deployments/nixpkgs-dev.nix
|
../deployments/matrix.nix
|
||||||
#../Deployments/jormungandr.nix
|
../deployments/nixpkgs-dev.nix
|
||||||
../Deployments/syncserver.nix
|
#../deployments/jormungandr.nix
|
||||||
../Deployments/taskserver.nix
|
#../deployments/syncserver.nix
|
||||||
../Deployments/tt-rss.nix
|
../deployments/taskserver.nix
|
||||||
|
../deployments/tt-rss.nix
|
||||||
../Secrets/gitea.nix
|
../Secrets/gitea.nix
|
||||||
../Secrets/syncserver.nix
|
#../Secrets/syncserver.nix
|
||||||
../Secrets/tt-rss.nix
|
../Secrets/tt-rss.nix
|
||||||
|
#/home/craige/source/IOHK/cardano-explorer/nix/nixos/cardano-explorer-fe.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.targetHost = "172.105.197.118";
|
deployment.targetHost = "172.105.197.118";
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../Hardware/linode_vm.nix
|
../Hardware/linode_vm.nix
|
||||||
../Deployments/host_common.nix
|
../deployments/host_common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ensure the right package architecture is used
|
# Ensure the right package architecture is used
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
lsof # list open files
|
lsof # list open files
|
||||||
direnv # A shell extension that manages your environment
|
direnv # A shell extension that manages your environment
|
||||||
(
|
(
|
||||||
import ../Deployments/vim.nix
|
import ../deployments/vim.nix
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue