containers/citrine: garden -> lab
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
cc2e9d1a90
commit
93354e6419
2 changed files with 2 additions and 2 deletions
|
|
@ -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}/";
|
||||||
|
|
|
||||||
|
|
@ -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}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue