containers/citrine: garden -> lab
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-02 19:50:01 +10:00
parent cc2e9d1a90
commit 93354e6419
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
enable = true; enable = true;
lfs.enable = true; lfs.enable = true;
settings = { settings = {
DEFAULT.APP_NAME = "Garden"; DEFAULT.APP_NAME = "cilly's botanical laboratory";
server = { server = {
DOMAIN = fqdn; DOMAIN = fqdn;
ROOT_URL = "https://${fqdn}/"; ROOT_URL = "https://${fqdn}/";

View file

@ -6,7 +6,7 @@
outputs = { nixpkgs, catppuccin, ... }: outputs = { nixpkgs, catppuccin, ... }:
let let
name = "citrine"; name = "citrine";
fqdn = "garden.lava.moe"; fqdn = "lab.lava.moe";
subnetId = "3"; subnetId = "3";
subnet = x: "fd0d:1::${subnetId}:${toString x}"; subnet = x: "fd0d:1::${subnetId}:${toString x}";