Add deploy block for gospel
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
parent
91df3b47af
commit
41b1477a6c
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -65,6 +65,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gospel = {
|
||||||
|
hostname = "gospel";
|
||||||
|
profiles.system = {
|
||||||
|
user = "root";
|
||||||
|
sshUser = "alejandro";
|
||||||
|
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.node;
|
||||||
|
sshOpts = [ "-A" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
hostname = "git.alejandr0angul0.dev";
|
hostname = "git.alejandr0angul0.dev";
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue