Commit graph

21 commits

Author SHA1 Message Date
14efa80cab refactor: reorganize flake structure and consolidate user config
Directory structure:
- Move from src/ to root level (system/, user/)
- Remove unused machines (workstation, vm, laptop)

User configuration:
- Add user/home.nix for shared defaults (pass, essentials, default modules)
- Centralize user options in user/default.nix
- Move submodules to consistent paths (bash/bash, git/git, neovim/nvim, vim/vim)

Module reorganization:
- Flatten nested module structures (remove /modules/ subdirs)
- Split CLI vs GUI tools (dev/ for CLI, gui/dev/ for GUI)
- Move neovim/vim to top-level modules (not under utils/)
- Remove security.enable - pass now in user/home.nix
- Remove utils.enable - essentials now in user/home.nix
- Add security/yubikey module with yubikey-manager, age-plugin-yubikey
- Move pcb, design to gui/dev/
- Replace penpot docker wrapper with nixpkgs penpot-desktop
- Remove i3 config
- Remove deprecated wsl.nativeSystemd option

GUI improvements:
- Browser-focused mimeApps in gui/default.nix
- Each WM handles its own auto-start via profileExtra

Cleanup:
- Update README with new structure
- Update justfile paths and valid systems
- Fix submodule paths in .gitmodules
2026-03-14 15:50:57 -04:00
ab09b54ee9
Merge branch 'main' 2026-03-13 17:45:37 -04:00
0a90e2f7b2
sshl 2026-03-13 17:43:08 -04:00
779fb7e95e fixed bindmounts 2026-03-13 09:32:19 -04:00
fb0bc5666a fix 2026-03-12 16:54:52 -04:00
e3a031753a http auth 2026-03-12 16:51:58 -04:00
570a321e53 configed backup and removed redundant keys 2026-03-12 14:40:18 -04:00
5db04c8210 org creation 2026-03-12 13:59:15 -04:00
72b49e6f41 server configs 2026-03-12 13:55:58 -04:00
830063e838 added bash 2026-03-12 13:34:51 -04:00
cd92d6c939 changed forgejo shell 2026-03-12 13:29:08 -04:00
6be9a15adf fixed? 2026-03-12 03:30:38 -04:00
55d6a0eb1f added stateDir 2026-03-12 03:27:30 -04:00
8b001768eb added git user 2026-03-12 03:25:30 -04:00
40c509731e forgejo initial config 2026-03-12 03:22:46 -04:00
dab93c5ee0 revert server modules to pre-merge state
Server work (frigate, bitcoin/clightning, forgejo, nginx) was merged
before ready. Reverts these to de56423 state. Work is preserved on
branches: cameras, lightning, server, bitcoind.
2026-03-08 11:04:30 -04:00
433dac83d8
changes 2025-07-06 01:04:12 -04:00
1d99368b0a
closed tcp ports 2025-07-06 00:07:36 -04:00
832cd6de4c
test password 2025-07-05 23:58:02 -04:00
9cb8467224
updates to server modules 2025-07-05 19:57:46 -04:00
10e8a34586
added server configs 2025-01-11 06:25:22 -05:00