No description
Find a file
lightly-toasted 210143a6c4 chore(y2q): remove runit
- Remove runit module and services
- Remove git-crypt (no longer needed)

The services are moved to https://github.com/lightly-toasted/homelab-ansible
2026-01-17 21:10:16 +09:00
home chore(y2q): remove runit 2026-01-17 21:10:16 +09:00
hosts feat: migrate backup destination to dedicated rest-server 2026-01-17 21:02:27 +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 inputs 2025-11-29 15:57:19 +09:00
flake.nix chore(y2q): remove runit 2026-01-17 21:10:16 +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