Files
luochen570 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
..
2026-02-28 10:21:32 +08:00
2026-03-01 19:38:51 +08:00
2026-02-28 10:21:32 +08:00

🧭 modules/core

所有主机场景都会引入的基础模块。

🌲 目录树

🧭 modules/core
├─ 🧩 default.nix  # 基础 imports + 时区/镜像源/flakes 等默认设置
├─ 📦 pkg.nix      # 全局基础软件包
├─ 👤 users.nix    # 用户、默认 shell、密码与公钥
└─ 🔐 sops.nix     # sops-nix secret 映射

rn