Skip to content

Commit 6b3f8c2

Browse files
committed
feat: update user and secrets configurations for clarity and consistency
1 parent 2776ab1 commit 6b3f8c2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

mix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
};
202202

203203
# ── VPN Only ──
204-
gojo = {
204+
frame = {
205205
enable = false; # Do not build host, only VPN config
206206
vpn = {
207207
publicKey = "9vgWTiGy9lwjXT6/hqxXNodw4jdhZPVRpbwTIWAxDWg=";

mix/secrets.nix

278 Bytes
Binary file not shown.

modules/hosts/core/user.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# With mix.nix, basic user creation is handled by mkHost:
44
# - isNormalUser, home, group, shell, extraGroups, uid
55
#
6-
# This module adds gojo.nix-specific extensions:
6+
# This module adds dot.nix-specific extensions:
77
# - Custom groups (ryot)
88
# - Sudo rules
99
# - Secrets (hashedPassword, SSH keys)

0 commit comments

Comments
 (0)