summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAge
* refactor(config/ssh): extract SSH configuration into dedicated moduleRobby Zambito20 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 Zambito47 hours
|
* refactor: move emacs config to separate packageRobby Zambito2 days
|
* add bubblewrap, update alsa configRobby Zambito3 days
|
* fix opening links in firefoxRobby Zambito3 days
|
* add z, fzf, and replace docker with podmanRobby Zambito2026-03-08
|
* start splitting things into separate modulesRobby Zambito2026-03-07