cleanup common configs + disable CONFIG_VT if kmscon is enabled
Some checks failed
Build and Deploy / mreow (push) Failing after 40s
Build and Deploy / yarn (push) Failing after 41s
Build and Deploy / muffin (push) Successful in 1m7s

This commit is contained in:
2026-04-22 13:18:34 -04:00
parent f03cc87fc9
commit d73ff40e0e
7 changed files with 62 additions and 65 deletions

View File

@@ -21,7 +21,7 @@ flake.nix # 3 hosts, 2 channels
deploy.sh # wrapper: current-host rebuild or `muffin` deploy-rs
hosts/<host>/ # host entrypoints (default.nix, home.nix, disk.nix, …)
modules/ # flat namespace; see module naming below
common-*.nix # imported by ALL hosts (nix settings, doas, fish shim)
common.nix # imported by ALL hosts (nix settings, doas, fish shim)
desktop-*.nix # imported by mreow/yarn only
server-*.nix # imported by muffin only
<bare>.nix # scoped by filename (age-secrets, zfs, no-rgb, …)