mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 19:01:35 +01:00
Set prod module nix configuration
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
../../module.nix
|
||||
];
|
||||
|
||||
networking.hostName = "archtika-prod";
|
||||
networking.hostName = "archtika-demo";
|
||||
|
||||
/*
|
||||
services.archtika = {
|
||||
enable = true;
|
||||
package = localArchtikaPackage;
|
||||
@@ -15,5 +16,11 @@
|
||||
acmeEmail = "thilo.hohlt@tutanota.com";
|
||||
dnsProvider = "porkbun";
|
||||
dnsEnvironmentFile = /var/lib/porkbun.env;
|
||||
settings = {
|
||||
disableRegistration = true;
|
||||
maxWebsiteStorageSize = 50;
|
||||
maxUserWebsites = 2;
|
||||
};
|
||||
};
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user