d71fab81d5
fix(home): 修复 26.05 弃用警告 (zsh initContent, ssh enableDefaultConfig)
2026-08-13 19:51:02 +08:00
ab4d5e1924
refactor: gate ssh sops symlinks, follow nixos-wsl, fix CRLF
...
- home/ssh.nix: only create /run/secrets symlinks when secrets exist
- flake.nix: nixos-wsl explicit nixpkgs follows
- fix CRLF line endings: nvchad.nix, virtualbox-guest.nix, docker.nix
2026-08-13 04:17:18 +08:00
1be8b3d8e8
security: comment out plaintext initialPassword
...
Temporary first-install shortcut kept as comment only;
avoid plaintext password landing in /nix/store (world-readable).
2026-08-13 04:17:18 +08:00
b2baaa5f5f
chore: upgrade nixpkgs/home-manager to 26.05 and re-lock
...
- nixpkgs: nixos-25.05 -> nixos-26.05 (rev 70cc4559)
- home-manager: release-25.05 -> release-26.05
- fix 26.05 breaking changes: fcitx5-configtool/fcitx5-chinese-addons rename,
resolved.extraConfig -> settings.Resolve, amdvlk removed (RADV default),
desktop: import missing hardware-configuration.nix
- home/git.nix: migrate deprecated userName/extraConfig to settings
2026-08-13 04:17:18 +08:00
575529f159
modified: README.md
...
modified: modules/server/README.md
new file: modules/server/lxc-ssh.nix
modified: profiles/lxc.nix
2026-05-27 07:02:37 +08:00
a2bd672cf7
refactor: move sudo to core, lxc SSH to profile, clean up old lxc config
...
- sudo (wheelNeedsPassword) → modules/core/core.nix (全局)
- LXC SSH override (PermitRootLogin, PasswordAuth) → profiles/lxc.nix
- modules/server/ssh.nix: use mkDefault so profiles can override
- Delete modules/optional/lxc.nix
- Clean up hosts/nixos-lxc/configuration.nix: remove redundant SSH/sudo/users
(now handled by core + server + profile chain)
- Update modules/optional/README.md
2026-05-27 06:47:50 +08:00
d9b2204f19
refactor: move optional modules to modules/optional/
...
- Move virtualbox-guest.nix and vscode-server.nix from modules/server/ to modules/optional/
- Create modules/optional/README.md with usage docs
- Update profiles/virtualbox.nix and profiles/wsl.nix import paths
- Update modules/server/README.md to reflect removal
- Update root README.md directory tree with optional/ entry
2026-05-26 13:15:58 +08:00
e3644993ec
fix: pass inputs as specialArg to wsl config
2026-05-26 13:03:04 +08:00
e279b207f8
fix: add username param to wsl configuration.nix
2026-05-26 13:02:47 +08:00
88414eb346
fix: replace invalid 'options' attr with setopt in initExtra
...
home-manager's programs.zsh has no 'options' attribute.
Use 'setopt correct' and 'setopt interactive_comments' inside initExtra instead.
2026-05-26 12:50:23 +08:00
14e57c9096
fix: add missing packages for zsh aliases and plugins
...
- home/pkg.nix: add eza, bat, ack, fzf
- modules/core/pkg.nix: add kubectl (for OMZ kubectl plugin)
2026-05-26 12:46:55 +08:00
4349da57ea
sync: align home-manager zsh.nix with actual .zshrc
...
- Add envExtra: PATH, XDG_CONFIG_HOME, POWERLEVEL9K_INSTANT_PROMPT, .hermes/node/bin
- Add shell options: correct, interactive_comments
- Add initExtra: p10k instant prompt, y() function, proxy-on/off aliases
- Add missing aliases: cd -# (1-9), _ (sudo), rd, grep variants, afind, globurl
- Add missing OMZ plugins: command-not-found, colored-man-pages, kubectl
2026-05-26 12:45:07 +08:00
e6f99590c5
docs: update README to match current structure
...
- Add README.md paths in directory tree (hosts/, profiles/, home/)
- Add category descriptions to profiles
- Mark nixos-lxc as s0.sermc.net
- Add note about per-host README.md
2026-05-26 12:42:42 +08:00
33c7f0b6fd
sync: merge s0.sermc.net LXC configuration
...
- Add users.luochen570 user config
- Add nix substituters (Tsinghua mirror)
- Add nix experimental-features (nix-command, flakes)
- Set system.stateVersion to 25.05
2026-05-26 12:40:25 +08:00
c92c904e76
chore: clean up and optimize nixos configuration
...
- fix: nvidia.nix missing semicolon (build error)
- remove: ranger, vim from core/pkg.nix (yazi + neovim covers)
- remove: htop duplicate in home/pkg.nix (keep in system)
- replace: neofetch with fastfetch in home/pkg.nix
- remove: nixd LSP, keep nil only in nvchad.nix
- remove: empty server/pkg.nix and no-op server/firewall.nix
- remove: redundant services.pulseaudio.enable = false default
- add: comprehensive README.md documenting architecture
2026-05-24 10:36:23 +08:00
4488256039
modified: hosts/desktop/configuration.nix
...
modified: hosts/desktop/hardware-configuration.nix
modified: modules/drivers/nvidia.nix
添加并整理了desktop的配置文件
2026-03-02 16:41:56 +08:00
81cee2d50e
修改: hosts/desktop/configuration.nix
...
新文件: hosts/desktop/hardware-configuration.nix
2026-03-02 16:34:23 +08:00
5e57bc60c9
我 。。。。。
...
写不动了,感觉自己像个傻子一样
2026-03-01 20:42:58 +08:00
d4323dd7ae
modified: home/pkg.nix
2026-03-01 20:39:59 +08:00
8df8cb4fb7
modified: home/pkg.nix
...
甘 天才luochen570文件冲突了
我真是个天才
2026-03-01 20:38:44 +08:00
fbdaccbf84
modified: home/default.nix
...
甘
刚刚忘了添加引用了,补上了
2026-03-01 20:36:38 +08:00
1f3ebf04f2
new file: home/pkg.nix
...
modified: home/default.nix
添加部分用户级应用
2026-03-01 20:34:00 +08:00
e4d82bc580
modified: README.md
...
modified: flake.nix
modified: home/README.md
modified: home/ssh.nix
modified: hosts/README.md
modified: hosts/desktop/README.md
modified: hosts/desktop/configuration.nix
new file: hosts/nixos-lxc/README.md
new file: hosts/nixos-lxc/configuration.nix
renamed: modules/wsl/default.nix -> hosts/nixos-lxc/default.nix
modified: hosts/server/README.md
modified: hosts/server/configuration.nix
modified: hosts/virtualbox/README.md
modified: hosts/virtualbox/configuration.nix
modified: hosts/virtualbox/hardware-configuration.nix
modified: hosts/wsl/README.md
modified: hosts/wsl/configuration.nix
modified: lib/README.md
modified: lib/hosts.nix
modified: lib/mkHost.nix
modified: modules/README.md
modified: modules/core/README.md
modified: modules/core/core.nix
modified: modules/core/users.nix
modified: modules/desktop/README.md
modified: modules/desktop/de/README.md
modified: modules/desktop/wm/README.md
modified: modules/desktop/wm/default.nix
modified: modules/drivers/README.md
modified: modules/drivers/amdgpu.nix
modified: modules/server/README.md
modified: modules/server/default.nix
new file: modules/server/firewall.nix
modified: modules/server/pkg.nix
modified: modules/server/ssh.nix
modified: modules/server/virtualbox-guest.nix
deleted: modules/wsl/README.md
deleted: modules/wsl/configuration.nix
modified: overlays/README.md
modified: profiles/README.md
modified: profiles/desktop.nix
new file: profiles/lxc.nix
modified: profiles/wsl.nix
modified: secrets/README.md
modified: secrets/users/README.md
添加了pve-lxc的配置文件 删除了wsl的配置文件
2026-03-01 19:38:51 +08:00
26b5caa6d0
new file: flake.lock
...
modified: home/git.nix
modified: hosts/README.md
modified: hosts/virtualbox/README.md
modified: hosts/virtualbox/configuration.nix
modified: modules/core/users.nix
modified: modules/desktop/pkg.nix
modified: modules/server/README.md
modified: profiles/README.md
2026-02-28 11:14:50 +08:00
3659dc3e50
modified: .sops.yaml
...
modified: flake.nix
modified: home/git.nix
modified: home/nvchad.nix
modified: home/ssh.nix
modified: home/zsh.nix
new file: hosts/virtualbox/README.md
new file: hosts/virtualbox/configuration.nix
new file: hosts/virtualbox/default.nix
new file: hosts/virtualbox/hardware-configuration.nix
modified: lib/hosts.nix
modified: modules/core/README.md
new file: modules/core/core.nix
modified: modules/core/default.nix
new file: modules/core/pkg.nix
modified: modules/core/sops.nix
modified: modules/desktop/README.md
modified: modules/desktop/apps.nix
modified: modules/desktop/default.nix
new file: modules/desktop/fcitx5.nix
new file: modules/desktop/pkg.nix
modified: modules/server/README.md
modified: modules/server/default.nix
modified: modules/server/docker.nix
new file: modules/server/pkg.nix
modified: modules/server/ssh.nix
new file: modules/server/virtualbox-guest.nix
new file: modules/server/vscode-server.nix
modified: modules/wsl/configuration.nix
new file: profiles/virtualbox.nix
modified: profiles/wsl.nix
modified: secrets/users/README.md
modified: secrets/users/luochen570.enc.yaml.example
2026-02-28 10:21:32 +08:00
620b587010
new file: .gitignore
...
new file: .sops.yaml
new file: README.md
modified: flake.nix
new file: home/README.md
new file: home/default.nix
modified: home/git.nix
new file: home/ssh.nix
new file: hosts/README.md
new file: hosts/desktop/README.md
new file: hosts/desktop/configuration.nix
new file: hosts/desktop/default.nix
new file: hosts/server/README.md
new file: hosts/server/configuration.nix
modified: hosts/server/default.nix
new file: hosts/wsl/README.md
new file: hosts/wsl/configuration.nix
new file: hosts/wsl/default.nix
new file: lib/README.md
new file: lib/hosts.nix
modified: lib/mkHost.nix
new file: modules/README.md
new file: modules/core/README.md
new file: modules/core/default.nix
new file: modules/core/sops.nix
new file: modules/core/users.nix
new file: modules/desktop/README.md
new file: modules/desktop/apps.nix
new file: modules/desktop/de/README.md
new file: modules/desktop/de/default.nix
new file: modules/desktop/de/kde.nix
new file: modules/desktop/default.nix
new file: modules/desktop/wm/README.md
new file: modules/desktop/wm/default.nix
new file: modules/drivers/README.md
new file: modules/drivers/amdgpu.nix
new file: modules/drivers/nvidia.nix
new file: modules/server/README.md
new file: modules/server/default.nix
new file: modules/server/docker.nix
new file: modules/server/ssh.nix
new file: modules/wsl/README.md
new file: modules/wsl/configuration.nix
new file: modules/wsl/default.nix
deleted: modules/wsl/wsl.nix
new file: overlays/README.md
new file: profiles/README.md
new file: profiles/desktop.nix
modified: profiles/server.nix
new file: profiles/wsl.nix
new file: secrets/README.md
new file: secrets/users/README.md
new file: secrets/users/luochen570.enc.yaml.example
添加了一些文件并优化了了部分配置
桌面驱动有待改进等我去nixos实际操作一下改进
该配置纯gpt生产,可能存在一些问题,欢迎大家提出意见和建议
未经任何测试,直接提交了,请勿直接使用
2026-02-27 23:58:08 +08:00
611d7c1c1f
modified: flake.nix
...
new file: home/git.nix
new file: home/nvchad.nix
new file: home/zsh.nix
new file: hosts/server/default.nix
new file: lib/mkHost.nix
new file: modules/wsl/wsl.nix
new file: profiles/server.nix
2026-02-27 12:03:01 +08:00
51a1d0d178
new file: flake.nix
2026-02-26 11:45:52 +08:00