server and other shit
This commit is contained in:
parent
270e1a0be4
commit
804371bf96
65 changed files with 1428 additions and 619 deletions
|
|
@ -6,20 +6,6 @@
|
|||
}:
|
||||
|
||||
{
|
||||
options = {
|
||||
domain = lib.mkOption {
|
||||
default = "marty.tf";
|
||||
description = "set domain name";
|
||||
};
|
||||
email = lib.mkOption {
|
||||
default = "${config.user.userName}@${config.domain}";
|
||||
description = "set email";
|
||||
};
|
||||
nginx = {
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
users = {
|
||||
users = {
|
||||
|
|
@ -50,7 +36,7 @@
|
|||
security = {
|
||||
acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = config.email;
|
||||
defaults.email = config.user.email;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue