feat: deploy forgejo publicly
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
3fc08e78e0
commit
79228d7815
8 changed files with 102 additions and 9 deletions
10
flake.nix
10
flake.nix
|
@ -64,6 +64,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
git = {
|
||||
hostname = "git.alejandr0angul0.dev";
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
sshUser = "alejandro";
|
||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.git;
|
||||
sshOpts = ["-A"];
|
||||
};
|
||||
};
|
||||
|
||||
pi4 = let
|
||||
system = "aarch64-linux";
|
||||
pkgs = import inputs.nixpkgs {inherit system;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue