Relocated the secrets file
This commit is contained in:
parent
d72d42bd99
commit
9432f6a2e4
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
*.swp
|
||||
Deployments/syncserver.nix
|
||||
Secrets
|
||||
secrets
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue