mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
Compare commits
No commits in common. "b394df67f473abb2ad31eab0f3201ca292346573" and "e4f700f87b882ccaf0cc20622f30ce83d14a6ab1" have entirely different histories.
b394df67f4
...
e4f700f87b
4 changed files with 1 additions and 26 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
script = pkgs.writeShellScriptBin "deafen-action" ''
|
script = pkgs.writeShellScriptBin "deafen-action" ''
|
||||||
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vesktop)$'
|
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vencord)$'
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,11 +9,6 @@
|
||||||
reverse_proxy http://127.0.0.1:3000
|
reverse_proxy http://127.0.0.1:3000
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# forgejo
|
|
||||||
virtualHosts."git.toast.name".extraConfig = ''
|
|
||||||
reverse_proxy http://127.0.0.1:3001
|
|
||||||
'';
|
|
||||||
|
|
||||||
# vaultwarden
|
# vaultwarden
|
||||||
virtualHosts."vps.curl-pence.ts.net".extraConfig = ''
|
virtualHosts."vps.curl-pence.ts.net".extraConfig = ''
|
||||||
reverse_proxy /vaultwarden/* http://127.0.0.1:8222
|
reverse_proxy /vaultwarden/* http://127.0.0.1:8222
|
||||||
|
|
|
@ -5,6 +5,5 @@
|
||||||
./openssh.nix
|
./openssh.nix
|
||||||
./zipline.nix
|
./zipline.nix
|
||||||
./caddy.nix
|
./caddy.nix
|
||||||
./forgejo.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
services.forgejo = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
server = {
|
|
||||||
HTTP_ADDR = "127.0.0.1";
|
|
||||||
HTTP_PORT = 3001;
|
|
||||||
DOMAIN = "git.toast.name";
|
|
||||||
ROOT_URL = "https://git.toast.name/";
|
|
||||||
LANDING_PAGE = "explore";
|
|
||||||
};
|
|
||||||
service.DISABLE_REGISTRATION = true;
|
|
||||||
actions = {
|
|
||||||
ENABLED = true;
|
|
||||||
DEFAULT_ACTIONS_URL = "github";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue