refactor *started*
This commit is contained in:
parent
d0413cb830
commit
db2103a37d
103 changed files with 1008 additions and 786 deletions
|
|
@ -8,11 +8,11 @@
|
|||
{
|
||||
options = {
|
||||
domain = lib.mkOption {
|
||||
default = "example.com";
|
||||
default = "marty.tf";
|
||||
description = "set domain name";
|
||||
};
|
||||
email = lib.mkOption {
|
||||
default = "${config.main-user.userName}.${config.domain}";
|
||||
default = "${config.user.userName}@${config.domain}";
|
||||
description = "set email";
|
||||
};
|
||||
nginx = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue