purge home-manager
This commit is contained in:
parent
46f14be415
commit
3bc2bf3fc5
7 changed files with 19 additions and 342 deletions
|
@ -47,7 +47,7 @@ in {
|
|||
users = mkOption {
|
||||
type = listOf str;
|
||||
default = ["charlie"];
|
||||
description = "A list of home-manager users on the system.";
|
||||
description = "A list of users on the system.";
|
||||
};
|
||||
|
||||
autoLogin = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue