mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2024-12-04 20:05:00 +01:00
fix(service/traefik): add back domain sans entry
refactor(service/bluesky): remove unused tmpfile rule
This commit is contained in:
parent
9737568dd9
commit
4ed2b6079a
2 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,6 @@ in {
|
|||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/containers/bluesky 0700 root root -"
|
||||
"d /var/lib/containers/bluesky/pds 0700 root root -"
|
||||
"d /var/lib/containers/bluesky/pds/data 0700 root root -"
|
||||
"d /var/lib/containers/bluesky/pds/blobs 0700 root root -"
|
||||
];
|
||||
|
||||
|
|
|
@ -91,6 +91,7 @@ in {
|
|||
}
|
||||
{
|
||||
main = "thevoid.cafe";
|
||||
sans = ["*.thevoid.cafe"];
|
||||
}
|
||||
{
|
||||
main = "reckers.dev";
|
||||
|
|
Loading…
Reference in a new issue