Commit graph

26 commits

Author SHA1 Message Date
65319be12b feat: sync all current macOS system defaults from running system 2026-07-01 13:04:51 +03:00
352df44908 feat: add wget for downloading files and sites 2026-07-01 12:56:19 +03:00
43ee63b7af docs: add website saving tools to cheatsheet 2026-07-01 12:51:21 +03:00
45e2743053 docs: add tech debt section with git config todo 2026-07-01 02:39:13 +03:00
98347f1e4c style: switch to Catppuccin Macchiato theme 2026-07-01 02:19:28 +03:00
e87376641d fix: use correct Catppuccin Mocha theme name (with space) 2026-07-01 02:11:27 +03:00
01c8a89eb6 fix: use delta package name and programs.delta module 2026-07-01 02:00:55 +03:00
23aec94f2a feat: add ollama, git-delta, alejandra, broot, trash-cli, texliveFull; extract git.nix 2026-07-01 02:00:38 +03:00
4ab3ecc2d0 feat: add micro editor to cli tools 2026-07-01 01:32:52 +03:00
7eca302687 feat: add pass with pass-otp, gpg agent, organize cli tools by category 2026-07-01 01:22:39 +03:00
b3c7094871 docs: update garden.md with documentation overview and future plans 2026-07-01 01:16:33 +03:00
da383f019e fix: merge pnpm into single home.packages list 2026-07-01 01:13:55 +03:00
63c12e8119 fix: install pnpm via packages (programs.pnpm not available) 2026-07-01 01:13:38 +03:00
c3e687c07b feat: add pnpm with pi-coding-agent, remove tw93/tap and mole 2026-07-01 01:13:15 +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
176508bc74 fix: add backupFileExtension, remove typewhisper from taps 2026-06-29 19:19:30 +03:00
e358c2cb15 refactor: split poppy config into homebrew.nix, system.nix, default.nix 2026-06-29 16:33:53 +03:00
cecb47ceb9 fix: add homebrew config to prevent cask deletion 2026-06-29 00:43:51 +03:00
5c14cf0539 refactor: use michaotic username throughout, add cli/kitty/zsh configs and docs 2026-06-28 23:54:14 +03:00
1f960a53a5 muscari: add NixOS host config adapted from nix-config-legacy
Migrated muscari from nix-config-legacy (preserved for reference per
garden.md) to new multi-host flake structure.

Includes:
- hosts/muscari/default.nix: hostname, GRUB (BIOS), firewall
  (22/80/443), SSH keys via forgejo .keys endpoint with sha256 pinning,
  stateVersion 25.11
- hosts/muscari/disk-config.nix: disko config — 512M ESP + ext4 root,
  device = /dev/vda (YC standard-v3 single virtio disk)
- hosts/muscari/k3s.nix: k3s single-node with --flannel-backend=none
  (Cilium to be installed separately via Helm)

Architecture decisions (unchanged from legacy):
- Bootloader: GRUB (VM is in Legacy BIOS mode — see PREREQUISITES.md
  check 5+11 in projects/servers/muscari/)
- Filesystem: ext4 root + vfat ESP (ESP unused in BIOS but ready if
  ever switched to UEFI)
- Build deps: nixpkgs/nixos-25.11

Verification (after commit):
- nix flake show: nixosConfigurations.{muscari,rosemary} OK
- muscari.networking.hostName = "muscari"
- muscari.boot.loader.grub.enable = true
- muscari.boot.loader.systemd-boot.enable = false
- muscari.services.k3s.enable = true
- fileSystems derived correctly from disko
- poppy (darwin) and rosemary (NixOS) configs untouched

Session: verify plan
2026-06-27 03:14:16 +03:00
mikl
c95e4a1488 inline common-darwin into poppy (only one darwin host for now)
- merged common-darwin/default.nix content into hosts/poppy/default.nix
- removed hosts/common-darwin/
- removed ./hosts/common-darwin import from mkDarwin in flake.nix

linux hosts/common/ stays — already 2 linux hosts (muscari + rosemary)
2026-06-26 23:39:58 +03:00
mikl
42fdbeb1a0 initial scaffold: multi-host flake (poppy, muscari, rosemary)
- flake.nix with mkNixos + mkDarwin dispatchers
- hosts/common/{default.nix} (NixOS shared)
- hosts/common-darwin/{default.nix} (darwin shared)
- hosts/poppy/ (M1 MacBook Air, nix-darwin)
- hosts/muscari/ (k3s server, placeholder)
- hosts/rosemary/ (backup VM, placeholder)
- home/default.nix (home-manager for mikl)
- README.md, garden.md (host naming scheme: plants)
- secrets/.gitkeep

old muscari-only config moved to nix-config-legacy/
2026-06-26 23:28:31 +03:00