Commit graph

14 commits

Author SHA1 Message Date
79260cec6f heather: switch to make-disk-image (qcow2 for YC), drop disko
- Rename muscari -> heather (YC VM). rosemary reserved for future EU server.
- Add hosts/heather/image.nix: YC guest profile + qcow2 build target based on
  nixos/lib/make-disk-image.nix (the nixpkgs-standard cloud image builder).
  partitionTableType=legacy (MBR + single ext4 root, label nixos), GRUB in MBR
  on /dev/vda, virtio drivers, console=ttyS0, cloud-init (Ec2 datasource) so
  poppy ssh key auto-lands from YC metadata, growPartition.
- Drop disko flake input + disk-config.nix (was only for nixos-anywhere runtime
  install; replaced by make-disk-image build-time approach, no kexec).
- Add home/server.nix: minimal headless home for NixOS hosts (no ollama/
  texliveFull/kitty/syncthing/pass). flake mkNixos uses it instead of full ./home.
- k3s.nix: drop dead firewall block (firewall off in image.nix -> trustedInterfaces
  was a no-op). Cilium manages pod networking via BPF.
- image.baseName=heather, configurationLimit=1, remove virtio dups (qemu-guest
  profile already provides most).
- Fix sha256 pin on forgejo mikl.keys (was stale, would break fetchurl).
- home/zsh.nix: source yandex-cloud yc completion.
2026-07-11 21:13:38 +03:00
ee93330eea fix: remove duplicate PATH export from zsh, use sessionVariables only 2026-07-10 16:17:40 +03:00
9c299b26ca chore: disable zsh history file, use atuin exclusively 2026-07-10 16:05:25 +03:00
a465daa9c7 refactor: migrate user from michaotic to mikl 2026-07-03 21:41:42 +03:00
2164f618f4 feat: add gita (multi-repo git manager) + aliases 2026-07-01 23:49:38 +03:00
eec7efabd1 feat: add ssh.nix with matchBlocks, pass origins (forgejo+github+solmoe) 2026-07-01 18:43:33 +03:00
882010ce2e fix: add /sbin and /usr/sbin to PATH (needed for pass/diskutil) 2026-07-01 15:46:07 +03:00
943ca7fe8b fix: add nix profile paths to zsh initContent PATH 2026-07-01 14:58:53 +03:00
c1dbd64b40 fix: use lib.mkMerge for initContent 2026-07-01 00:35:26 +03:00
f1a8c729d1 refactor: use modern initContent with lib.mkBefore 2026-07-01 00:33:36 +03:00
af14e5d38e fix: add initExtraFirst with basic PATH for brew and system binaries 2026-07-01 00:30:00 +03:00
c0d4a0df41 fix: move brew shellenv to envExtra for PATH, use initExtra for prompt 2026-06-29 19:35:51 +03:00
65f8b01287 fix: add sessionVariables, PATH with pi-node, fastfetch alias 2026-06-29 19:29:39 +03:00
5c14cf0539 refactor: use michaotic username throughout, add cli/kitty/zsh configs and docs 2026-06-28 23:54:14 +03:00