Skip to content

Commit 4df38ca

Browse files
committed
docs: rename CNAME
1 parent a0a6382 commit 4df38ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
configJSON =
1616
(pkgs.nixosOptionsDoc {
17-
variablelistId = "hjr-options";
17+
variablelistId = "hjem-rum-options";
1818
warningsAreErrors = true;
1919

2020
inherit
@@ -105,7 +105,7 @@
105105
.optionsJSON;
106106

107107
hjemRumDocs =
108-
pkgs.runCommandLocal "hjr-docs" {nativeBuildInputs = [ndg];}
108+
pkgs.runCommandLocal "hjem-rum-docs" {nativeBuildInputs = [ndg];}
109109
''
110110
mkdir -p $out
111111
@@ -120,7 +120,7 @@
120120
--input-dir ${./.} \
121121
--output-dir "$out"
122122
123-
echo hjr.snugroup.org > "$out/CNAME"
123+
echo rum.snugnug.org > "$out/CNAME"
124124
'';
125125
in
126126
hjemRumDocs

0 commit comments

Comments
 (0)