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