No description
Find a file
lightly-toasted b4bbf014a8 feat(y2q): add glances
- Add glances runit service
2025-12-06 16:52:05 +09:00
bin feat: add deploy scripts 2025-11-23 16:37:39 +09:00
home feat(y2q): add glances 2025-12-06 16:52:05 +09:00
hosts feat(nixos): add nix-ld 2025-11-22 15:45:24 +09:00
secrets feat(vps): add Nextcloud as backup destination 2025-11-02 14:27:12 +09:00
.envrc feat: add deploy scripts 2025-11-23 16:37:39 +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(y2q): rename home-manager config from android to toast 2025-12-06 14:06:21 +09:00
README.md docs(readme): update y2q description 2025-12-06 14:05:59 +09:00
shell.nix feat: add sops-nix 2025-08-23 21:38:58 +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

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