mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-18 23:19:46 +02:00
fix: set users.users.<name>.home for darwin system, bump home-manager to branch release-23.05
This commit is contained in:
@@ -58,4 +58,10 @@
|
||||
|
||||
];
|
||||
};
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.admin = {
|
||||
home = "/Users/admin";
|
||||
description = "admin";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user