kat's configuration flake
Find a file
2025-12-19 10:10:38 -08:00
.github/workflows fix: HAVE YOU BEEN WAIIIITING LONG,,, FOR ME~? 2025-10-13 13:24:16 -07:00
ci feat: hyprland is back 2025-12-17 06:54:37 -08:00
common feat: interoperate [deploy-rs, colmena] 2025-10-13 04:25:45 -07:00
darwin style: nix fmt 2025-07-13 07:16:21 -07:00
emacs feat: hyprland is back 2025-12-17 06:54:37 -08:00
home fix(hyprland): no f key for binds 2025-12-19 10:02:23 -08:00
microvms/syncthing feat: move to wivrn, vencord 2025-08-22 00:43:54 -07:00
modules feat: hyprland is back 2025-12-17 06:54:37 -08:00
nixos feat: hyprland improvements, terraform email 2025-12-18 15:30:52 -08:00
nixvim feat: nix-doom-emacs-~~unstraightened~~gay 2025-12-12 07:20:53 -08:00
packages feat: hyprland is back 2025-12-17 06:54:37 -08:00
quickshell feat: hyprland is back 2025-12-17 06:54:37 -08:00
scripts feat: hyprland improvements, terraform email 2025-12-18 15:30:52 -08:00
shells feat: interoperate [deploy-rs, colmena] 2025-10-13 04:25:45 -07:00
systems feat: hyprland improvements, terraform email 2025-12-18 15:30:52 -08:00
tf oops my dkim :((( 2025-12-19 10:10:38 -08:00
wrappers fix: Everything 2025-07-13 07:09:45 -07:00
.envrc feat: overlays + pkgs 2023-01-27 15:20:34 -08:00
.gitignore feat: move from terraform to opentofu. hashicorp sucks 2025-10-12 06:32:17 -07:00
.sops.yaml feat: hyprland is back 2025-12-17 06:54:37 -08:00
colmena.nix feat: interoperate [deploy-rs, colmena] 2025-10-13 04:25:45 -07:00
default.nix feat: ...get internet again. git-hooks.nix adopt 2025-08-18 15:13:47 -07:00
flake.lock feat: hyprland improvements, terraform email 2025-12-18 15:30:52 -08:00
flake.nix feat: hyprland improvements, terraform email 2025-12-18 15:30:52 -08:00
formatting.nix style: nix fmt 2025-07-13 07:16:21 -07:00
hardware-configuration.nix feat: hyprland is back 2025-12-17 06:54:37 -08:00
outputs.nix feat: various things, particularly vr 2025-11-11 22:28:30 -08:00
overlays.nix feat: hyprland improvements, terraform email 2025-12-18 15:30:52 -08:00
pkgs.nix feat: various things, particularly vr 2025-11-11 22:28:30 -08:00
README.md mweep 2025-07-22 13:39:08 -07:00
std.nix style: nix fmt 2025-07-13 07:16:21 -07:00
TODO.md docs: more to-do 2025-12-09 05:57:34 -08:00
tree.nix feat: hyprland improvements, terraform email 2025-12-18 15:30:52 -08:00
treefmt.nix feat: ...get internet again. git-hooks.nix adopt 2025-08-18 15:13:47 -07:00

kittywitch infrastructure

This repository is my personal infrastructure repository. It contains the Nix and Terraform I leverage.

Usage

# get the repo shell
nix develop .#repo

# get the repo shell from outside of the repo
nix develop github:kittywitch/kittywitch#repo

# use direnv to get the repo shell
direnv allow

# repl
nix repl .
nix repl
:lf .

# deploy locally
sudo nixos-rebuild --flake .#$HOST switch --show-trace

# deploy with deploy-rs (without checks)
deploy-rs -s .#$HOST

# edit a secret file
sops ./systems/yukari.yaml

# output a secret file
sops -d ./systems/yukari.yaml

# plan an apply
cd tf/
terraform plan

# update nodes CI
CI_PLATFORM=impure nix run -f https://github.com/arcnmx/ci/archive/v0.7.tar.gz run.gh-actions-generate --arg config ./ci/nodes.nix