Add gitea

This commit is contained in:
Natsu Kagami 2023-05-04 23:06:26 +02:00
parent b485be966a
commit 137a809232
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
10 changed files with 213 additions and 4 deletions

View file

@ -14,6 +14,7 @@
../modules/cloud/gotosocial
./headscale.nix
./gitea.nix
];
common.linux.enable = false; # Don't enable the "common linux" module, this is a special machine.
@ -31,6 +32,7 @@
networking.hostName = "nki-personal";
networking.firewall.allowPing = true;
services.openssh.enable = true;
services.openssh.passwordAuthentication = false;
users.users.root.openssh.authorizedKeys.keys = [
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLr1Q+PJuDYJtBAVMSU0U2kZi4V0Z7dE+dpRxa4aEDupSlcPCwSEtcpNME1up7z0yxjcIHHkBYq0RobIaLqwEmntnZzz37jg/iiHwyZsN93jZljId1X0uykcMem4ljiqgmRg3Fs8RKj2+N1ovpIZVDOWINLJJDVJntNvwW/anSCtx27FATVdroHoiyXCwVknG6p3bHU5Nd3idRMn45kZ7Qf1J50XUhtu3ehIWI2/5nYIbi8WDnzY5vcRZEHROyTk2pv/m9rRkCTaGnUdZsv3wfxeeT3223k0mUfRfCsiPtNDGwXn66HcG2cmhrBIeDoZQe4XNkzspaaJ2+SGQfO8Zf natsukagami@gmail.com"
];