update readme
This commit is contained in:
parent
3161fbd83c
commit
f85414637b
1 changed files with 4 additions and 7 deletions
11
README.md
11
README.md
|
|
@ -76,29 +76,28 @@ Modules are self-contained and handle both package installation and configuratio
|
||||||
- `git.nix` - Version control with aliases
|
- `git.nix` - Version control with aliases
|
||||||
- `homebrew.nix` - macOS package management
|
- `homebrew.nix` - macOS package management
|
||||||
- `lazygit.nix` - Terminal UI for git
|
- `lazygit.nix` - Terminal UI for git
|
||||||
|
- `login-display.nix` - SSH login display with system/disk info
|
||||||
- `nvim.nix` - Neovim editor configuration
|
- `nvim.nix` - Neovim editor configuration
|
||||||
- `papis.nix` - Academic reference manager
|
- `papis.nix` - Academic reference manager
|
||||||
- `plasma.nix` - KDE desktop environment
|
- `plasma.nix` - KDE desktop environment
|
||||||
- `podman.nix` - Container runtime
|
- `podman.nix` - Container runtime
|
||||||
- `rsync.nix` - File synchronization tools
|
- `rsync.nix` - File synchronization tools
|
||||||
- `samba.nix` - SMB file sharing
|
- `samba.nix` - SMB file sharing
|
||||||
- `smart-report.nix` - Disk health monitoring
|
- `scheduled-commands.nix` - Systemd timer service framework
|
||||||
- `ssh.nix` - SSH client configuration
|
- `ssh.nix` - SSH client configuration
|
||||||
- `syncthing.nix` - Continuous file synchronization
|
- `syncthing.nix` - Continuous file synchronization
|
||||||
- `termscp.nix` - Terminal file transfer client
|
- `termscp.nix` - Terminal file transfer client
|
||||||
|
- `tex.nix` - LaTeX/TeX compilation environment
|
||||||
- `tmux.nix` - Terminal multiplexer
|
- `tmux.nix` - Terminal multiplexer
|
||||||
- `traefik.nix` - Reverse proxy with SSL
|
- `traefik.nix` - Reverse proxy with SSL
|
||||||
- `webdav.nix` - WebDAV file server
|
- `webdav.nix` - WebDAV file server
|
||||||
- `wireguard.nix` - VPN networking
|
- `wireguard.nix` - VPN networking
|
||||||
- `yt-dlp.nix` - Video downloader
|
- `yt-dlp.nix` - Video downloader with filtering
|
||||||
- `zsh.nix` - Shell with modern tools
|
- `zsh.nix` - Shell with modern tools
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
- `borg-integrity-check.sh` - Verify backup repository consistency
|
|
||||||
- `container-update.sh` - Update container images safely
|
- `container-update.sh` - Update container images safely
|
||||||
- `daily-smart-report.sh` - Generate disk health reports
|
|
||||||
- `gotify-notify.sh` - Send notifications via Gotify
|
|
||||||
- `project-launcher.sh` - Tmux session manager for projects
|
- `project-launcher.sh` - Tmux session manager for projects
|
||||||
|
|
||||||
## Custom Workflows
|
## Custom Workflows
|
||||||
|
|
@ -142,10 +141,8 @@ systemctl list-timers
|
||||||
|
|
||||||
### Manual Timer Service Execution
|
### Manual Timer Service Execution
|
||||||
- `dl-subs-yt` - Check YouTube subscriptions and download new videos
|
- `dl-subs-yt` - Check YouTube subscriptions and download new videos
|
||||||
- `smart-report-now` - Run SMART disk health report manually
|
|
||||||
- `container-update-now` - Update container images manually
|
- `container-update-now` - Update container images manually
|
||||||
- `borg-backup-now` - Run backup manually
|
- `borg-backup-now` - Run backup manually
|
||||||
- `borg-check-now` - Run backup integrity check manually
|
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue