[NixOS] Configure biskcomp gitea ssh domain and port
This commit is contained in:
parent
d4eff03155
commit
a103d9056c
@ -16,6 +16,10 @@
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
server = {
|
||||
DOMAIN = "1896Folsom.duckdns.org";
|
||||
SSH_PORT = 1123;
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
|
Loading…
Reference in New Issue
Block a user