feat: adds forgejo instance to git.ily.rs
This commit is contained in:
parent
4f9cd8aa35
commit
b00d1519ac
4 changed files with 63 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
../common
|
||||
./foundry.nix
|
||||
./dokuwiki.nix
|
||||
./forgejo.nix
|
||||
];
|
||||
|
||||
networking.hostName = "lab";
|
||||
|
|
@ -36,6 +37,8 @@
|
|||
};
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
services.caddy.enable = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue