No description
  • Nix 95.7%
  • Just 4.3%
Find a file
2026-03-13 21:49:28 -07:00
feat kanidm and stuff 2026-03-13 21:49:28 -07:00
host/xylem kanidm and stuff 2026-03-13 21:49:28 -07:00
.gitignore init 2025-12-11 20:53:51 -08:00
darpa.nix kanidm and stuff 2026-03-13 21:49:28 -07:00
flake.lock kanidm and stuff 2026-03-13 21:49:28 -07:00
flake.nix kanidm and stuff 2026-03-13 21:49:28 -07:00
justfile freeze-dried nix 2026-01-17 11:07:33 -08:00
README.doll init 2025-12-11 20:53:51 -08:00
shared-secrets.yaml kanidm and stuff 2026-03-13 21:49:28 -07:00

darpa hosts flake

&admins
	admin users are defined in [code:darpa.nix]
&local setup
	ensure [code:host/$hostname/.target] exists and contains the ssh username@host (like [code:stella@host.dolls.today])
&deploying
	with [code:just], [code:just deploy hostnamegoeshere]
	without [code:just], [code:nixos-rebuild switch --target-host username@host --ask-sudo-password --flake .#HOSTNAME]
&ssh
	with [code:just]: [code:just ssh hostnamegoeshere]
	without [code:just], [code:ssh -t username@host]