feat: initial commit
This commit is contained in:
commit
a28c2b5563
19 changed files with 314 additions and 0 deletions
6
config/services.nix
Normal file
6
config/services.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
rec {
|
||||
git = {
|
||||
port = 3000;
|
||||
domain = "git.nudelerde.de";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue