Add deploy block for gospel
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
alejandro-angulo 2025-07-29 18:22:19 -07:00
parent 91df3b47af
commit 41b1477a6c
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -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 = {
hostname = "git.alejandr0angul0.dev";
profiles.system = {