fix: replaced config.name with config.shell.name in options
This commit is contained in:
+2
-2
@@ -7,11 +7,11 @@
|
|||||||
};
|
};
|
||||||
homeDirectory = lib.mkOption {
|
homeDirectory = lib.mkOption {
|
||||||
type = lib.types.path;
|
type = lib.types.path;
|
||||||
default = "/home/${config.name}";
|
default = "/home/${config.shell.name}";
|
||||||
};
|
};
|
||||||
email = lib.mkOption {
|
email = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "${config.name}@configureme.guv";
|
default = "${config.shell.name}@configureme.guv";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user