No description
Find a file
Tristan Daniël Maat 23bb3f091e
flake.lock: Update
Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/71a3fc97d80881e91710fe721f1158d3b96ae14d?narHash=sha256-zygdD6X1PcVNR2PsyK4ptzrVEiAdbMqLos7utrMDEWE%3D' (2026-01-27)
  → 'github:nix-community/disko/92fceb111901a6f13e81199be4fab95fce86a5c9?narHash=sha256-89m5VKxIs8QNiIvLsxHu5NpyhDsoXTtoN801IAurnW4%3D' (2026-02-17)
• Updated input 'nixpkgs':
    'https://releases.nixos.org/nixos/25.11/nixos-25.11.5065.41e216c0ca66/nixexprs.tar.xz?narHash=sha256-OGuC%2BgtMQt8j7FPOx3p5ASig%2BSkaXnpf9yNjRpetg4Y%3D' (2026-01-31)
  → 'https://releases.nixos.org/nixos/25.11/nixos-25.11.6074.fa56d7d6de78/nixexprs.tar.xz?narHash=sha256-G2qGwj2t77kM0hZatRrTp2%2B50obn4ssSXoLCrJKZtgQ%3D' (2026-02-16)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/1e89149dcfc229e7e2ae24a8030f124a31e4f24f?narHash=sha256-twBMKGQvaztZQxFxbZnkg7y/50BW9yjtCBWwdjtOZew%3D' (2026-02-01)
  → 'github:Mic92/sops-nix/2d0cf89b4404529778bc82de7e42b5754e0fe4fa?narHash=sha256-UFc4lfGBr%2BwJmwgDGJDn1cVD6DTr0/8TdronNUiyXlU%3D' (2026-02-15)
2026-02-18 16:19:57 +08:00
checks test(nginx): Add simple tests to assert nginx features work 2025-11-20 11:02:10 +08:00
configuration fix(ntfy tests): Tweak timeouts a bit 2026-02-03 06:23:06 +08:00
keys feat(grafana): Use ntfy for alerts instead of matrix-hookshot 2025-12-01 19:41:14 +08:00
modules update(treewide): Update to NixOS 25.11 2025-12-01 19:16:02 +08:00
pkgs fix(webserver): Fix warnings during the build 2026-02-03 06:36:05 +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
flake.lock flake.lock: Update 2026-02-18 16:19:57 +08:00
flake.nix update(treewide): Update to NixOS 25.11 2025-12-01 19:16:02 +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 .#