Compare commits
2 commits
4be6542d61
...
221ecfb4d3
| Author | SHA1 | Date | |
|---|---|---|---|
| 221ecfb4d3 | |||
| 75e1954bbd |
2 changed files with 4 additions and 4 deletions
|
|
@ -35,10 +35,10 @@ in
|
|||
# openssl genrsa -traditional 4096 | base64 -w0
|
||||
environmentFile = config.age.secrets.atticd.path;
|
||||
settings = {
|
||||
allowed_hosts = "attic.kilonull.com";
|
||||
api_endpoint = "https://attic.kilonull.com/";
|
||||
allowed-hosts = "attic.kilonull.com";
|
||||
api-endpoint = "https://attic.kilonull.com/";
|
||||
listen = "[::]:8080";
|
||||
garbage_collection.retention_period = "30d";
|
||||
garbage-collection.retention-period = "30d";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
services.atticd = {
|
||||
enable = true;
|
||||
acmeCertName = "attic.kilonull.com";
|
||||
acmeCertName = "kilonull.com";
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
services.printing.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue