Go to file
Tristan Daniël Maat 980122563e
nextcloud: Downgrade cookbook
2024-03-11 05:04:17 +01:00
configuration nextcloud: Remove unused variable 2024-03-11 04:51:25 +01:00
keys hetzner: Add new server config 2024-03-11 03:42:28 +01:00
lib refactoring: Use flake-inputs instead of awkwardly passing through 2023-02-26 05:59:09 +00:00
modules acme: Don't attempt to get certs if the domain is wrong 2024-03-11 03:42:29 +01:00
pkgs nextcloud: Downgrade cookbook 2024-03-11 05:04:17 +01:00
.gitignore Start reworking the server for nix flakes 2021-04-12 01:58:03 +01:00
.sops.yaml hetzner: Add new server config 2024-03-11 03:42:28 +01:00
LICENSE Add LICENSE 2019-11-26 23:26:10 +00:00
README.md linode: Remove old server 2024-03-11 03:42:30 +01:00
flake.lock flake.lock: Update 2024-03-11 03:48:57 +01:00
flake.nix flake: Fix vm run command path 2024-03-11 04:50:48 +01:00

README.md

tlater.net server configuration

This is the NixOS configuration for tlater.net.

Testing

Run a test VM with:

nix run

Running

Note: M-2 will bring up a console for poweroff and such

One caveat: create a larger disk image first. This can be done by running the following in the repository root:

qemu-img create -f qcow2 ./tlaternet.qcow2 20G

New services

Whenever a new service is added, add an appropriate port binding to qemuNetOpts in the default app.

There is no way to test this without binding to the host port, sadly.

Deploying

Deployment is handled using deploy-rs:

deploy .#