mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40:05 +00: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 = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /var/lib/containers/bluesky 0700 root root -"
|
"d /var/lib/containers/bluesky 0700 root root -"
|
||||||
"d /var/lib/containers/bluesky/pds 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 -"
|
"d /var/lib/containers/bluesky/pds/blobs 0700 root root -"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -91,6 +91,7 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
main = "thevoid.cafe";
|
main = "thevoid.cafe";
|
||||||
|
sans = ["*.thevoid.cafe"];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
main = "reckers.dev";
|
main = "reckers.dev";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue