summaryrefslogtreecommitdiff
path: root/home.scm
Commit message (Collapse)AuthorAge
* refactor(config/ssh): extract SSH configuration into dedicated moduleRobby Zambito21 hours
| | | | | | | | | | | | | | | | | Move SSH host definitions and authorized keys from home.scm into config/ssh.scm following the Guix service record pattern. Exports: - ssh-hosts: openssh-host records for static hosts and dynamically generated Red Team Kali VMs (2 VCEs × 10 VMs each) - ssh-authorized-keys: Imported from secrets.scm Integrate into home.scm via renamed exports (rz/ssh-hosts, rz/ssh-authorized-keys) consumed by home-openssh-service-type. Files changed: - config/ssh.scm: new module with SSH configuration - home.scm: removed inline SSH block, added module imports
* refactor: move git config to separate packageRobby Zambito2 days
|
* refactor: move wofi config to fileRobby Zambito2 days
| | | | also removed some commented and unused code
* refactor: move emacs config to separate packageRobby Zambito2 days
|
* podman, bat, and shell init changesRobby Zambito3 days
|
* add z, fzf, and replace docker with podmanRobby Zambito2026-03-08
|
* start splitting things into separate modulesRobby Zambito2026-03-07
|
* fix typoRobby Zambito2026-03-06
|
* some changesRobby Zambito2026-03-06
|
* Inhibit idle on fullscreenRobby Zambito2025-11-23
|
* Initial commitRobby Zambito2025-07-28