mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 03:20:20 +00:00
Compare commits
No commits in common. "895247fd683a5adfee7981e929705c0b70b6b043" and "6a61f70457752a7dfcfb730351946b6b4b3df23a" have entirely different histories.
895247fd68
...
6a61f70457
2 changed files with 21 additions and 18 deletions
|
@ -31,6 +31,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
|
builtins.elem (lib.getName pkg) [ "netdata" ];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.lix;
|
package = pkgs.lix;
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -108,9 +111,7 @@
|
||||||
rules."50-tailscale" = {
|
rules."50-tailscale" = {
|
||||||
onState = [ "routable" ];
|
onState = [ "routable" ];
|
||||||
script = ''
|
script = ''
|
||||||
${
|
${lib.getExe pkgs.ethtool} -K ens3 rx-udp-gro-forwarding on rx-gro-list off
|
||||||
lib.getExe pkgs.ethtool
|
|
||||||
} -K ens3 rx-udp-gro-forwarding on rx-gro-list off
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -168,6 +169,12 @@
|
||||||
reverse_proxy localhost:3001
|
reverse_proxy localhost:3001
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"status.blahai.gay" = {
|
||||||
|
extraConfig = ''
|
||||||
|
reverse_proxy localhost:19999
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -176,22 +183,23 @@
|
||||||
settings = { PORT = "3001"; };
|
settings = { PORT = "3001"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
netdata = {
|
||||||
|
enable = true;
|
||||||
|
config.global = {
|
||||||
|
"memory mode" = "ram";
|
||||||
|
"debug log" = "none";
|
||||||
|
"access log" = "none";
|
||||||
|
"error log" = "syslog";
|
||||||
|
};
|
||||||
|
package = pkgs.netdata.override { withCloudUi = true; };
|
||||||
|
};
|
||||||
|
|
||||||
forgejo = {
|
forgejo = {
|
||||||
package = pkgs.forgejo;
|
package = pkgs.forgejo;
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
|
||||||
settings = {
|
settings = {
|
||||||
"ui.meta" = {
|
|
||||||
AUTHOR = "Elissa";
|
|
||||||
DESCRIPTION = "My own selfhosted git place for random stuff :3";
|
|
||||||
};
|
|
||||||
DEFAULT.APP_NAME = "githai";
|
DEFAULT.APP_NAME = "githai";
|
||||||
federation.ENABLED = true;
|
federation.ENABLED = true;
|
||||||
service.DISABLE_REGISTRATION = true;
|
|
||||||
actions = {
|
|
||||||
ENABLED = true;
|
|
||||||
DEFAULT_ACTIONS_URL = "github";
|
|
||||||
};
|
|
||||||
server = {
|
server = {
|
||||||
ROOT_URL = "https://git.blahai.gay";
|
ROOT_URL = "https://git.blahai.gay";
|
||||||
DOMAIN = "git.blahai.gay";
|
DOMAIN = "git.blahai.gay";
|
||||||
|
|
|
@ -10,14 +10,9 @@
|
||||||
"noblur,.*"
|
"noblur,.*"
|
||||||
"workspace special, spotify"
|
"workspace special, spotify"
|
||||||
"workspace 11 silent, JKPS"
|
"workspace 11 silent, JKPS"
|
||||||
"workspace 8 silent, Element"
|
|
||||||
"workspace 6 silent, firefox"
|
|
||||||
"workspace 5 silent, ^(org.prismlauncher.PrismLauncher)$"
|
|
||||||
"workspace 3 silent, vesktop"
|
"workspace 3 silent, vesktop"
|
||||||
"workspace 2 silent, ^(steam)$"
|
|
||||||
"workspace 1 silent, floorp"
|
"workspace 1 silent, floorp"
|
||||||
"float, ^(blueberry.py)$"
|
"float, ^(blueberry.py)$"
|
||||||
"float, ^(com.github.Aylur.ags)$"
|
|
||||||
"float, ^(JKPS)(.*)"
|
"float, ^(JKPS)(.*)"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue