mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Compare commits
3 commits
6a61f70457
...
895247fd68
Author | SHA1 | Date | |
---|---|---|---|
895247fd68 | |||
255171cbfa | |||
9560f7bf78 |
2 changed files with 18 additions and 21 deletions
|
@ -31,9 +31,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [ "netdata" ];
|
||||
|
||||
nix = {
|
||||
package = pkgs.lix;
|
||||
settings = {
|
||||
|
@ -111,7 +108,9 @@
|
|||
rules."50-tailscale" = {
|
||||
onState = [ "routable" ];
|
||||
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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
@ -169,12 +168,6 @@
|
|||
reverse_proxy localhost:3001
|
||||
'';
|
||||
};
|
||||
|
||||
"status.blahai.gay" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:19999
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -183,23 +176,22 @@
|
|||
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 = {
|
||||
package = pkgs.forgejo;
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
settings = {
|
||||
"ui.meta" = {
|
||||
AUTHOR = "Elissa";
|
||||
DESCRIPTION = "My own selfhosted git place for random stuff :3";
|
||||
};
|
||||
DEFAULT.APP_NAME = "githai";
|
||||
federation.ENABLED = true;
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
server = {
|
||||
ROOT_URL = "https://git.blahai.gay";
|
||||
DOMAIN = "git.blahai.gay";
|
||||
|
|
|
@ -10,9 +10,14 @@
|
|||
"noblur,.*"
|
||||
"workspace special, spotify"
|
||||
"workspace 11 silent, JKPS"
|
||||
"workspace 8 silent, Element"
|
||||
"workspace 6 silent, firefox"
|
||||
"workspace 5 silent, ^(org.prismlauncher.PrismLauncher)$"
|
||||
"workspace 3 silent, vesktop"
|
||||
"workspace 2 silent, ^(steam)$"
|
||||
"workspace 1 silent, floorp"
|
||||
"float, ^(blueberry.py)$"
|
||||
"float, ^(com.github.Aylur.ags)$"
|
||||
"float, ^(JKPS)(.*)"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue