No description
Find a file
lightly-toasted 3abbd61cfa chore(vps): remove Trilium Notes
- Remove trilium-server.nix
- Remove caddy route to Trilium Notes

Moved to host y2q in lightly-toasted/homelab-ansible
2026-03-01 02:05:33 +09:00
home chore: update inputs 2026-02-14 15:49:37 +09:00
hosts chore(vps): remove Trilium Notes 2026-03-01 02:05:33 +09:00
secrets chore(y2q): remove runit 2026-01-17 21:10:16 +09:00
.envrc feat: migrate command scripts to just 2026-01-11 14:24:51 +09:00
.gitattributes feat: add git-crypt 2025-12-06 21:47:22 +09:00
.gitignore Initial commit 2025-08-02 22:44:22 +09:00
.sops.yaml feat: add sops-nix 2025-08-23 21:38:58 +09:00
flake.lock chore: update nixcord input to 2026-02-20 2026-02-21 22:50:16 +09:00
flake.nix chore: add hyprland input 2026-02-14 14:45:27 +09:00
justfile refactor(just): rename deploy commands to shorter aliases 2026-01-17 12:20:21 +09:00
LICENSE chore(license): add MIT license 2025-12-27 00:11:34 +09:00
README.md refactor(just): rename deploy commands to shorter aliases 2026-01-17 12:20:21 +09:00
shell.nix chore(y2q): remove runit 2026-01-17 21:10:16 +09:00

nix-config

My personal NixOS and home-manager configurations.

Hosts

  • nixos: My main computer.
  • vps: 2GB KVM VPS server on RackNerd, installed with NixOS using nixos-infect.
  • wsl: NixOS on WSL via NixOS-WSL.
  • y2q: Spare Galaxy S20+ phone, repurposed as a Ubuntu server using chroot-distro.

Deploy

nix develop

just nixos # Rebuild and switch the current NixOS system on this host
just home # Apply Home Manager configuration for the current user
just vps # Rebuild and switch NixOS on the remote VPS