nix begat oizys
Go to file
Daylin Morgan 8b570bede1
remove dead nix with astro/deadnix
2024-01-29 10:46:56 -06:00
.github/workflows use devour flake to build all 2024-01-28 11:09:34 -06:00
hosts remove dead nix with astro/deadnix 2024-01-29 10:46:56 -06:00
lib remove dead nix with astro/deadnix 2024-01-29 10:46:56 -06:00
modules remove dead nix with astro/deadnix 2024-01-29 10:46:56 -06:00
oizys remove dead nix with astro/deadnix 2024-01-29 10:46:56 -06:00
overlays remove dead nix with astro/deadnix 2024-01-29 10:46:56 -06:00
.gitignore not initial commit 2024-01-23 11:51:13 -06:00
LICENSE add license 2024-01-24 12:42:18 -06:00
README.md add more docs 2024-01-29 10:31:18 -06:00
flake.lock Update flake.lock (#2) 2024-01-28 11:57:32 -06:00
flake.nix remove dead nix with astro/deadnix 2024-01-29 10:46:56 -06:00
todo.md finish styx rename 2024-01-28 11:58:47 -06:00

README.md

oizys

nix begat oizys

This is a custom multi-host nixos flake. See below for the currently maintained hosts.

hosts

rune name system
othalan Thinkpad Carbon X1 Gen 9
algiz Vultr VPS hosting forgejo,soft-serve & gts
mannaz Custom AMD Tower with Nvidia 1050ti

oizys cli

A small helper utility that mostly just wraps nix commands for convenience.

nix run "github:daylinmorgan/oizys"
oizys <cmd> [opts]
  commands:
    dry     poor man's nix flake check
    boot    nixos-rebuild boot
    switch  nixos-rebuild switch
    cache   build and push to cachix
    build   build system flake

  options:
    -h|--help    show this help
       --host    hostname (current host)
    -f|--flake   path to flake ($FLAKE_PATH or $HOME/styx)
    -c|--cache   name of cachix binary cache (daylin)
       --no-nom  don't use nix-output-monitor

oizys?

Oizys was birthed by the goddess Nyx/Nix and embodies suffering and misery. Which is all that awaits you if you embrace nix.


NOTE I don't use home-manager to manager my shell/user configs. You can find those in my separate chezmoi-managed dotfiles repository.