Compare commits
No commits in common. "36c28533de73a0193e9c34604af9ccc21d482fe2" and "eed61b5940faa1f740bc0e1472c19c0c968cdfbb" have entirely different histories.
36c28533de
...
eed61b5940
4 changed files with 2 additions and 9 deletions
|
|
@ -1,4 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
zramSwap.enable = true;
|
|
||||||
systemd.oomd.enable = true;
|
|
||||||
}
|
|
||||||
|
|
@ -15,11 +15,11 @@
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
DISABLE_SSH = true;
|
DISABLE_SSH = true;
|
||||||
DOMAIN = "git.${homelab.domain}";
|
DOMAIN = "git.proxy.${homelab.domain}";
|
||||||
HTTP_ADDR = "127.0.0.1";
|
HTTP_ADDR = "127.0.0.1";
|
||||||
HTTP_PORT = 5080;
|
HTTP_PORT = 5080;
|
||||||
PROTOCOL = "http";
|
PROTOCOL = "http";
|
||||||
ROOT_URL = "https://git.${homelab.domain}";
|
ROOT_URL = "https://git.proxy.${homelab.domain}";
|
||||||
LANDING_PAGE = "explore";
|
LANDING_PAGE = "explore";
|
||||||
};
|
};
|
||||||
oauth2_client.ENABLE_AUTO_REGISTRATION=true;
|
oauth2_client.ENABLE_AUTO_REGISTRATION=true;
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
gucharmap
|
gucharmap
|
||||||
ncdu
|
ncdu
|
||||||
zip
|
zip
|
||||||
unzip
|
|
||||||
blueman
|
blueman
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
usbutils
|
usbutils
|
||||||
|
|
|
||||||
|
|
@ -20,9 +20,7 @@ in {
|
||||||
./homelab/dns.nix
|
./homelab/dns.nix
|
||||||
./homelab/git.nix
|
./homelab/git.nix
|
||||||
./homelab/ai.nix
|
./homelab/ai.nix
|
||||||
|
|
||||||
./core/swapfile.nix
|
./core/swapfile.nix
|
||||||
./core/oom.nix
|
|
||||||
./misc/theme.nix
|
./misc/theme.nix
|
||||||
./base.nix
|
./base.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue