Relocated the secrets file

This commit is contained in:
Serĉanto de Scio 2019-11-22 16:43:17 +10:00
parent d72d42bd99
commit 9432f6a2e4
Signed by: sercanto
GPG key ID: A4122FF3971B6865
3 changed files with 7 additions and 7 deletions

2
.gitignore vendored
View file

@ -1,3 +1,3 @@
*.swp *.swp
Deployments/syncserver.nix Deployments/syncserver.nix
Secrets secrets

View file

@ -17,13 +17,13 @@
#../roles/syncserver.nix #../roles/syncserver.nix
../roles/taskserver.nix ../roles/taskserver.nix
../roles/tt-rss.nix ../roles/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 #/home/craige/source/IOHK/cardano-explorer/nix/nixos/cardano-explorer-fe.nix
]; ];
deployment.targetHost = "172.105.197.118"; deployment.targetHost = "172.105.171.16";
networking.hostName = "cuallaidh"; # Define your hostname. networking.hostName = "cuallaidh"; # Define your hostname.

View file

@ -4,8 +4,8 @@
{ {
imports = [ imports = [
../Deployments/gitea_home.nix #../Deployments/gitea_home.nix
../Secrets/gitea_home.nix #../secrets/gitea_home.nix
]; ];
networking.hostName = "pi-tri"; # Define your hostname. networking.hostName = "pi-tri"; # Define your hostname.