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
|
# openssl genrsa -traditional 4096 | base64 -w0
|
||||||
environmentFile = config.age.secrets.atticd.path;
|
environmentFile = config.age.secrets.atticd.path;
|
||||||
settings = {
|
settings = {
|
||||||
allowed_hosts = "attic.kilonull.com";
|
allowed-hosts = "attic.kilonull.com";
|
||||||
api_endpoint = "https://attic.kilonull.com/";
|
api-endpoint = "https://attic.kilonull.com/";
|
||||||
listen = "[::]:8080";
|
listen = "[::]:8080";
|
||||||
garbage_collection.retention_period = "30d";
|
garbage-collection.retention-period = "30d";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
services.atticd = {
|
services.atticd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
acmeCertName = "attic.kilonull.com";
|
acmeCertName = "kilonull.com";
|
||||||
};
|
};
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue