From 71bf3d48c187557e9da6ac1b5593438a4403bc28 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 12 Nov 2019 16:55:59 +1000 Subject: [PATCH] Re-organised to roles and deployments --- {Networks => deployments}/Linode.nix | 0 {Networks => deployments}/pi3B_rack.nix | 0 {Deployments => roles}/IOHK.nix | 0 {Deployments => roles}/android.nix | 0 {Deployments => roles}/gitea.nix | 0 {Deployments => roles}/gitea_home.nix | 0 {Deployments => roles}/host_common.nix | 0 {Deployments => roles}/hydra.nix | 0 {Deployments => roles}/jormungandr-stake.nix | 0 {Deployments => roles}/jormungandr.nix | 0 {Deployments => roles}/nixpkgs-dev.nix | 0 {Deployments => roles}/pi_common.nix | 0 {Deployments => roles}/tt-rss.nix | 0 {Deployments => roles}/vim.nix | 0 {Deployments => roles}/xmonad.nix | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {Networks => deployments}/Linode.nix (100%) rename {Networks => deployments}/pi3B_rack.nix (100%) rename {Deployments => roles}/IOHK.nix (100%) rename {Deployments => roles}/android.nix (100%) rename {Deployments => roles}/gitea.nix (100%) rename {Deployments => roles}/gitea_home.nix (100%) rename {Deployments => roles}/host_common.nix (100%) rename {Deployments => roles}/hydra.nix (100%) rename {Deployments => roles}/jormungandr-stake.nix (100%) rename {Deployments => roles}/jormungandr.nix (100%) rename {Deployments => roles}/nixpkgs-dev.nix (100%) rename {Deployments => roles}/pi_common.nix (100%) rename {Deployments => roles}/tt-rss.nix (100%) rename {Deployments => roles}/vim.nix (100%) rename {Deployments => roles}/xmonad.nix (100%) diff --git a/Networks/Linode.nix b/deployments/Linode.nix similarity index 100% rename from Networks/Linode.nix rename to deployments/Linode.nix diff --git a/Networks/pi3B_rack.nix b/deployments/pi3B_rack.nix similarity index 100% rename from Networks/pi3B_rack.nix rename to deployments/pi3B_rack.nix diff --git a/Deployments/IOHK.nix b/roles/IOHK.nix similarity index 100% rename from Deployments/IOHK.nix rename to roles/IOHK.nix diff --git a/Deployments/android.nix b/roles/android.nix similarity index 100% rename from Deployments/android.nix rename to roles/android.nix diff --git a/Deployments/gitea.nix b/roles/gitea.nix similarity index 100% rename from Deployments/gitea.nix rename to roles/gitea.nix diff --git a/Deployments/gitea_home.nix b/roles/gitea_home.nix similarity index 100% rename from Deployments/gitea_home.nix rename to roles/gitea_home.nix diff --git a/Deployments/host_common.nix b/roles/host_common.nix similarity index 100% rename from Deployments/host_common.nix rename to roles/host_common.nix diff --git a/Deployments/hydra.nix b/roles/hydra.nix similarity index 100% rename from Deployments/hydra.nix rename to roles/hydra.nix diff --git a/Deployments/jormungandr-stake.nix b/roles/jormungandr-stake.nix similarity index 100% rename from Deployments/jormungandr-stake.nix rename to roles/jormungandr-stake.nix diff --git a/Deployments/jormungandr.nix b/roles/jormungandr.nix similarity index 100% rename from Deployments/jormungandr.nix rename to roles/jormungandr.nix diff --git a/Deployments/nixpkgs-dev.nix b/roles/nixpkgs-dev.nix similarity index 100% rename from Deployments/nixpkgs-dev.nix rename to roles/nixpkgs-dev.nix diff --git a/Deployments/pi_common.nix b/roles/pi_common.nix similarity index 100% rename from Deployments/pi_common.nix rename to roles/pi_common.nix diff --git a/Deployments/tt-rss.nix b/roles/tt-rss.nix similarity index 100% rename from Deployments/tt-rss.nix rename to roles/tt-rss.nix diff --git a/Deployments/vim.nix b/roles/vim.nix similarity index 100% rename from Deployments/vim.nix rename to roles/vim.nix diff --git a/Deployments/xmonad.nix b/roles/xmonad.nix similarity index 100% rename from Deployments/xmonad.nix rename to roles/xmonad.nix