added private submodule

This commit is contained in:
2024-02-04 17:58:11 +01:00
parent d1a0940ec7
commit 712dea6554
3 changed files with 7 additions and 0 deletions

5
.gitmodules vendored Normal file
View File

@@ -0,0 +1,5 @@
[submodule "private"]
path = private
url = ./private/
[submodule "./private/"]
url = ssh://git@git.v-tr.org:2020/violet/nixos-private.git

View File

@@ -8,6 +8,7 @@
imports = [ imports = [
./server.nix ./server.nix
private/junk.nix
]; ];
# Use the GRUB 2 boot loader. # Use the GRUB 2 boot loader.

1
private Submodule

Submodule private added at b4a7502405