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

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/a41340f34fa59485a7c2017af3506b2ee1b216d8' (2025-08-02)
  → 'github:nixos/nixpkgs/0ecd185b7aeed271e86efdbf8d025d496d623695' (2025-08-08)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/2c8def626f54708a9c38a5861866660395bb3461' (2025-07-15)
  → 'github:Mic92/sops-nix/49021900e69812ba7ddb9e40f9170218a7eca9f4' (2025-08-04)
2025-08-08 23:21:45 +08:00
checks style(treewide): Apply linter suggestions 2025-05-20 20:48:47 +08:00
configuration feat(ssh): Enable sftp 2025-08-02 18:35:02 +08:00
keys feat(conduit): Refactor matrix appservices and add matrix-hookshot 2025-02-11 05:01:37 +08:00
modules chore(treewide): Upgrade to NixOS 25.05 2025-05-25 00:42:01 +08:00
pkgs bump(minecraft): Update minecraft mods 2025-08-07 03:50:09 +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: Renew encryption keys 2025-01-22 01:57:14 +08:00
flake.lock flake.lock: Update 2025-08-08 23:21:45 +08:00
flake.nix feat(minecraft): Add minecraft modpack 2025-07-31 04:23:35 +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 .#