refactor(secret): agenix wip

This commit is contained in:
Sangmin Kim 2026-03-05 17:37:22 +09:00 committed by Poby
parent 6e73c7e5a8
commit 3cce7a1884
No known key found for this signature in database
2 changed files with 28 additions and 10 deletions

View file

@ -3,10 +3,14 @@
hostname,
...
}: {
networking.hostName = hostname;
networking.computerName = hostname;
networking = {
hostName = hostname;
computerName = hostname;
localHostName = hostname;
}
users.users."${username}" = {
description = "Sangmin Kim";
home = "/Users/${username}";
description = username;
};