No description
Find a file
lightly-toasted efd61adc07 feat: migrate backup destination to dedicated rest-server
- Migrate restic backup destination on nixos and vps to y2q rest-server
- Split host-specific restic env secrets
2026-01-17 21:02:27 +09:00
home feat(home): add zoxide 2026-01-13 18:59:53 +09:00
hosts feat: migrate backup destination to dedicated rest-server 2026-01-17 21:02:27 +09:00
secrets feat: migrate backup destination to dedicated rest-server 2026-01-17 21:02:27 +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 feat: add nh 2026-01-17 12:10:57 +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 feat: add nh 2026-01-17 12:10:57 +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