test
Some checks failed
/ Build Nix targets (push) Failing after 29s
/ build hive configuration (push) Has been cancelled

This commit is contained in:
shobu
2025-11-12 06:06:39 +01:00
parent 271046f18e
commit 334980de3e
4 changed files with 12 additions and 158 deletions

View File

@@ -1,6 +1,6 @@
{inputs, ...}:
let
striped-front = inputs.striped-front;
# striped-front = inputs.striped-front;
sin-address = "192.168.1.14";
in {
@@ -77,12 +77,12 @@ in {
'';
};
};
"striped.shobu.fr" = {
enableACME = true;
forceSSL = true;
# "striped.shobu.fr" = {
# enableACME = true;
# forceSSL = true;
root = "${striped-front.packages.x86_64-linux.default}/dist";
};
# root = "${striped-front.packages.x86_64-linux.default}/dist";
# };
"dashboard.shobu.fr" = {
enableACME = true;
forceSSL = true;