From d41973f1a8be83c1769db0b26e34d1eb42b42033 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Fri, 3 Dec 2021 19:38:16 -0800 Subject: [PATCH] Add server configuration as submodule --- .gitmodules | 3 +++ code/server-config | 1 + config-gen.toml | 3 +++ 3 files changed, 7 insertions(+) create mode 160000 code/server-config diff --git a/.gitmodules b/.gitmodules index b94b2e5..90f801d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "themes/vanilla"] path = themes/vanilla url = https://dev.danilafe.com/Web-Projects/vanilla-hugo.git +[submodule "code/server-config"] + path = code/server-config + url = https://dev.danilafe.com/Nix-Configs/server-config diff --git a/code/server-config b/code/server-config new file mode 160000 index 0000000..98cffe0 --- /dev/null +++ b/code/server-config @@ -0,0 +1 @@ +Subproject commit 98cffe09546aee1678f7baebdea5eb5fef288935 diff --git a/config-gen.toml b/config-gen.toml index edc8d7b..791bc66 100644 --- a/config-gen.toml +++ b/config-gen.toml @@ -3,3 +3,6 @@ [params.submoduleLinks.aoc2020] url = "https://dev.danilafe.com/Advent-of-Code/AdventOfCode-2020/src/commit/7a8503c3fe1aa7e624e4d8672aa9b56d24b4ba82" path = "aoc-2020" + [params.submoduleLinks.serverconfig] + url = "https://dev.danilafe.com/Nix-Configs/server-config/src/commit/98cffe09546aee1678f7baebdea5eb5fef288935" + path = "server-config"