diff --git a/.gitignore b/.gitignore index e064722..dd5accc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *.swp Deployments/syncserver.nix -Secrets +secrets diff --git a/Hosts/cuallaidh.nix b/Hosts/cuallaidh.nix index 95e8a13..cae474b 100644 --- a/Hosts/cuallaidh.nix +++ b/Hosts/cuallaidh.nix @@ -17,13 +17,13 @@ #../roles/syncserver.nix ../roles/taskserver.nix ../roles/tt-rss.nix - ../Secrets/gitea.nix - #../Secrets/syncserver.nix - ../Secrets/tt-rss.nix + ../secrets/gitea.nix + #../secrets/syncserver.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.171.16"; networking.hostName = "cuallaidh"; # Define your hostname. diff --git a/Hosts/pi-tri.nix b/Hosts/pi-tri.nix index 7e2a9be..996d812 100644 --- a/Hosts/pi-tri.nix +++ b/Hosts/pi-tri.nix @@ -4,8 +4,8 @@ { imports = [ - ../Deployments/gitea_home.nix - ../Secrets/gitea_home.nix + #../Deployments/gitea_home.nix + #../secrets/gitea_home.nix ]; networking.hostName = "pi-tri"; # Define your hostname.