No description
  • Nix 79.3%
  • Rust 12.3%
  • SCSS 5.4%
  • Nushell 3%
Find a file
2026-05-22 00:56:57 +08:00
checks chore: Disable service tests for now 2026-05-02 03:48:00 +08:00
configuration feat(headscale): Add user for Katre 2026-05-22 00:56:57 +08:00
flakeModules refactor(flake.nix): Use flake-parts to simplify flake.nix 2026-02-20 23:44:01 +08:00
keys feat(immich): Authenticate with kanidm 2026-03-12 04:53:09 +08:00
modules chore(crowdsec): Switch to upstream module 2026-02-25 01:23:31 +08:00
pkgs update(webserver/Cargo.lock): Update webserver dependencies 2026-05-17 17:05:12 +08:00
.dir-locals.el feat(webserver): Vendor and reimplement main pages in leptos 2025-11-29 23:20:19 +08:00
.git-blame-ignore-revs chore(ignore-revs): Ignore linter changes in blame 2025-05-20 20:49:40 +08:00
.gitignore chore: Ignore manual gcroots 2025-01-19 17:40:31 +08:00
.sops.yaml chore(keys): Update to new yubikey 2025-10-04 05:40:23 +08:00
dev-utils.nix refactor(treewide): Reorganize configuration modules 2026-05-02 03:48:00 +08:00
flake.lock flake.lock: Update 2026-05-17 17:03:48 +08:00
flake.nix refactor(flake.nix): Use flake-parts to simplify flake.nix 2026-02-20 23:44:01 +08:00
LICENSE Add LICENSE 2019-11-26 23:26:10 +00:00
README.md vm: Set up proper bridge networking 2024-03-27 01:51:15 +01:00

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

Deploying

Deployment is handled using deploy-rs:

deploy .#