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
22
systems/x86_64-do/minimal/default.nix
Normal file
22
systems/x86_64-do/minimal/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{...}: {
|
||||
aa = {
|
||||
nix.enable = true;
|
||||
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
# SSH
|
||||
22
|
||||
];
|
||||
|
||||
virtualisation.digitalOcean = {
|
||||
setRootPassword = true;
|
||||
setSshKeys = true;
|
||||
};
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue