Skip to content

Commit 77392d2

Browse files
committed
chore(services:tranquil-pds): add age assurance override
1 parent ef30f8f commit 77392d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/tranquil-pds/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
server = {
1515
port = 3335;
1616
hostname = "velvet.sappho.systems";
17+
age_assurance_override = true;
1718
};
1819

1920
firehose.crawlers = [
@@ -28,7 +29,6 @@
2829
};
2930

3031
environmentFiles = [ config.age.secrets.tranquil-pds.path ];
31-
3232
};
3333

3434
services.caddy.virtualHosts."velvet.sappho.systems" = {

0 commit comments

Comments
 (0)