nixos/services: add gitea server
This commit is contained in:
@@ -16,13 +16,19 @@ To test the environment, you can launch a virtualized NixOS system derived from
|
||||
nix run '.#nixosConfigurations.<system>.config.system.build.vm'
|
||||
```
|
||||
|
||||
Here, `<system>` refers to the hostname of the system you want to test (e.g., tuxcord-ca).
|
||||
Here, `<system>` refers to the hostname of the system you want to test (e.g., tuxcord-test).
|
||||
|
||||
Note that this will create a `qcow2` image file in the current directory. Nix will automatically manage changes to the configuration and update the image file accordingly while keeping part of its mutable state (e.g., root bash history).
|
||||
|
||||
> [!WARNING]
|
||||
> Not all changes are applied automatically. Updates such as user passwords changes or modifications to the filesystem layout will require deleting the image file so that Nix can re-create it from scratch.
|
||||
|
||||
# Host
|
||||
|
||||
The initial password for the `root` account is `tuxcord`.
|
||||
|
||||
SSH login is enabled for the configured user keys through the bridged IP.
|
||||
|
||||
# Tooling
|
||||
|
||||
Tooling used to aid in development.
|
||||
|
||||
Reference in New Issue
Block a user