nix begat oizys
Find a file
daylin-bot ea72b7af77 flake.lock: Update
Flake lock file updates:

• Updated input 'ghostty':
    'git+ssh://git@github.com/ghostty-org/ghostty?ref=refs/heads/main&rev=674e2980e2f26f9f0db4a1afa8b4acf8c3bc1340' (2024-12-12)
  → 'git+ssh://git@github.com/ghostty-org/ghostty?ref=refs/heads/main&rev=f50e8a5fdb6f74b168942922c123d0b2bb71816a' (2024-12-15)
• Updated input 'nix-index-database':
    'github:nix-community/nix-index-database/f1e477a7dd11e27e7f98b646349cd66bbabf2fb8' (2024-12-08)
  → 'github:nix-community/nix-index-database/311d6cf3ad3f56cb051ffab1f480b2909b3f754d' (2024-12-15)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/bc27f0fde01ce4e1bfec1ab122d72b7380278e68' (2024-12-09)
  → 'github:nixos/nixpkgs/71a6392e367b08525ee710a93af2e80083b5b3e2' (2024-12-13)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/16242f93092dc6d28e36612410dfb3fc43258acd' (2024-12-12)
  → 'github:nix-community/nixpkgs-wayland/221c4589f98f527f254bf1f4cfba39e6feb7550e' (2024-12-15)
• Updated input 'nixpkgs-wayland/lib-aggregate':
    'github:nix-community/lib-aggregate/f710791be27b31ea1ee9c40a94d08bcbba99b3c0' (2024-12-08)
  → 'github:nix-community/lib-aggregate/46bedda9e45f2735f41ec3c01cba2b8ce7ba9808' (2024-12-15)
• Updated input 'nixpkgs-wayland/lib-aggregate/nixpkgs-lib':
    'github:nix-community/nixpkgs.lib/f4dc9a6c02e5e14d91d158522f69f6ab4194eb5b' (2024-12-08)
  → 'github:nix-community/nixpkgs.lib/538697b664a64fade8ce628d01f35d1f1fd82d77' (2024-12-15)
• Updated input 'nixpkgs-wayland/nixpkgs':
    'github:nixos/nixpkgs/a73246e2eef4c6ed172979932bc80e1404ba2d56' (2024-12-09)
  → 'github:nixos/nixpkgs/3566ab7246670a43abd2ffa913cc62dad9cdf7d5' (2024-12-13)
• Updated input 'stable':
    'github:nixos/nixpkgs/7109b680d161993918b0a126f38bc39763e5a709' (2024-12-09)
  → 'github:nixos/nixpkgs/bcba2fbf6963bf6bed3a749f9f4cf5bff4adb96d' (2024-12-14)
• Updated input 'tsm':
    'github:daylinmorgan/tsm/478186507145ef130d4d3c67c28169c6c82b8ab9?dir=nix' (2024-11-14)
  → 'github:daylinmorgan/tsm/7a479425201ab3d3ff6c268f9bfdefa25eb0b531?dir=nix' (2024-12-13)
2024-12-16 00:53:47 +00:00
.github support hosts arg for cron job 2024-11-20 11:03:15 -06:00
hosts simplify modules included in generator 2024-12-12 16:54:41 -06:00
lib simplify modules included in generator 2024-12-12 16:54:41 -06:00
modules simplify modules included in generator 2024-12-12 16:54:41 -06:00
overlays fix overlay 2024-11-18 11:50:38 -06:00
pkgs add procs 2024-11-25 11:02:28 -06:00
.gitignore not initial commit 2024-01-23 11:51:13 -06:00
.sops.yaml remove redundant key 2024-12-12 17:25:11 -06:00
flake.lock flake.lock: Update 2024-12-16 00:53:47 +00:00
flake.nix utilize nixvirt 2024-12-12 15:36:25 -06:00
LICENSE add license 2024-01-24 12:42:18 -06:00
README.md update help 2024-11-22 10:28:30 -06:00
todo.md rearrange todos 2024-12-10 10:54:19 -06:00

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 Hetzner VPS hosting forgejo, soft-serve & gts
mannaz Custom AMD Tower with Nvidia 1050ti
naudiz Nixos-WSL for those times I'm trapped on windows

oizys cli

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

nix run "github:daylinmorgan/oizys"
usage:
  oizys subcmd [flags]

subcommands:
  build    nix build                      
  cache    build and push store paths     
  ci       builtin ci                     
  gha      trigger GHA                    
  dry      dry run build                  
  os       nixos-rebuild subcmd
  output   nixos config attr              
  update   update and run nixos-rebuild   

flags:
     --flake      path/to/flake
     --host       host(s) to build
  -d --debug      enable debug mode
  -r --resetCache set cache timeout to 0
  -h --help       show this help

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.