From 34feace59e82cb8ec5495337d37776d3ca34553a Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 17 Apr 2025 10:01:06 +0100 Subject: [PATCH] design: re-arrange packages needed --- DESIGN.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/DESIGN.md b/DESIGN.md index 07b499a..9dbae84 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -10,18 +10,17 @@ # Configuration Summary -| User Location | Host Location | attach mode | Mode | Attribute | Owner | Description | -| ------------------------------------ | ------------- | ----------- | ---- | --------- | ----- | ------------------------ | -| /home/devuser/.gitconfig | - | mount | 600 | +i | user | Git configuration file | -| /opt/secure/ssh/config | - | copy | 100 | +i | root | ssh config file | -| /opt/secure/ssh/authorized_keys | - | mount | 000 | +i | root | authorized keys file | -| /opt/secure/ssh/ssh_blocker.sh | - | copy | 100 | +i | root | ssh blocker shell script | -| /opt/secure/ssh/id_ed25519 | - | mount | 100 | +i | root | private shh key file | -| /opt/secure/ssh/id_ed25519.pub | - | mount | 100 | +i | root | public shh key file | -| /home/devuser/lazygit/config.yml | - | copy | 600 | +i | user | lazygit config file | -| /home/devuser/.config/nvim | - | copy | 600 | +i | user | neovim config files | -| /home/devuser/.config/tmux | - | copy | 600 | +i | user | tmux config files | -| /home/devuser/.zshrc | - | copy | 600 | +i | user | zsh config file | -| /home/devuser/.local/share/nvim/lazy | - | generated | 600 | +i | user | plugin files | +| User Location | Host Location | attach mode | Mode | Attribute | Owner | Description | +| ------------------------------ | ------------- | ----------- | ---- | --------- | ----- | ------------------------ | +| /home/devuser/.gitconfig | - | mount | 600 | +i | user | Git configuration file | +| /opt/secure/ssh/config | - | copy | 100 | +i | root | ssh config file | +| /opt/secure/ssh/ssh_blocker.sh | - | copy | 100 | +i | root | ssh blocker shell script | +| /opt/secure/ssh/id_ed25519 | - | mount | 100 | +i | root | private shh key file | +| /opt/secure/ssh/id_ed25519.pub | - | mount | 100 | +i | root | public shh key file | +| /home/devuser/.config/lazygit | - | copy | 600 | +i | user | lazygit config file | +| /home/devuser/.config/nvim | - | copy | 600 | +i | user | neovim config files | +| /home/devuser/.config/tmux | - | copy | 600 | +i | user | tmux config files | +| /home/devuser/.zshrc | - | copy | 600 | +i | user | zsh config file | +| /home/devuser/.local | - | copy | 600 | +i | user | plugin files | # Firewall settings