nix begat oizys
Go to file
Daylin Morgan 6ad1950f5e
don't echo needlessly
2024-03-13 10:37:48 -05:00
.github/workflows nix flake update not needed with ?dir 2024-02-22 12:35:56 -06:00
hosts make virtualbox a more proper module 2024-03-12 10:00:05 -05:00
lib evaluate lib then inherit from it 2024-03-01 00:33:29 -06:00
modules make virtualbox a more proper module 2024-03-12 10:00:05 -05:00
oizys don't echo needlessly 2024-03-13 10:37:48 -05:00
overlays working unstable commit 2024-03-12 09:12:26 -05:00
pkgs add pixi until 0.15.2 lands in nixpkgs-unstable 2024-03-08 09:40:12 -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 update oizys help 2024-02-20 13:13:02 -06:00
flake.lock revert back to nixpkgs-unstable 2024-03-13 10:32:53 -05:00
flake.nix revert back to nixpkgs-unstable 2024-03-13 10:32:53 -05:00
todo.md add fall back for pinix to oizys 2024-03-08 09:39:56 -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/oizys)
  -c|--cache     name of cachix binary cache (daylin)
     --no-pinix  don't use pinix

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.