mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
refactor(secret): agenix wip
This commit is contained in:
parent
6e73c7e5a8
commit
3cce7a1884
2 changed files with 28 additions and 10 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue