n8n webhook fix

This commit is contained in:
m3tam3re 2023-05-06 15:30:50 +02:00
parent 7481001aae
commit 11b60a43af
6 changed files with 16 additions and 10 deletions

View File

@ -17,7 +17,7 @@ in ''
env = WLR_NO_HARDWARE_CURSORS,1
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = de
kb_layout = de,us
kb_variant =
kb_model =
kb_rules =
@ -30,7 +30,7 @@ in ''
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
col.active_border = rgb(44475a) rgb(bd93f9) 90deg
@ -147,11 +147,11 @@ in ''
bind = $mainMod SHIFT, e, exec, emacsclient -n -c -e '(package-initialize)'
bind = $mainMod, Escape, exec, wlogout -p layer-shell
bind = $mainMod, Space, togglefloating
bind = $mainMod, q, killactive,
bind = $mainMod, M, exit,
bind= $mainMod, F, fullscreen
bind = $mainMod, q, killactive
bind = $mainMod, M, exit
bind = $mainMod, F, fullscreen
bind = $mainMod, E, exec, thunar
bind = $mainMod, V, togglefloating,
bind = $mainMod, V, togglefloating
bind = $mainMod, D, exec, fuzzel
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle

View File

@ -21,7 +21,7 @@
env = __NV_PRIME_RENDER_OFFLOAD,1
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = de
kb_layout = de,us
kb_variant =
kb_model =
kb_rules =
@ -35,6 +35,10 @@
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
device:zsa-moonlander {
kb_layout = us
}
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
col.active_border = rgb(44475a) rgb(bd93f9) 90deg

View File

@ -4,8 +4,9 @@
enable = true;
openFirewall = true;
settings = {
editorBaseUrl = "https://wf.lanakk.com";
host = "https://wf.lanakk.com";
host = "wf.lanakk.com";
protocol = "https";
editorBaseUrl="https://wf.lanakk.com";
};
};
systemd.services.n8n.serviceConfig = {

View File

@ -117,7 +117,7 @@ in {
i18n.defaultLocale = "de_DE.utf8";
console.keyMap = "de";
environment.systemPackages = [ nvidia-offload neovim ];
environment.systemPackages = [ nvidia-offload neovim wally-cli ];
nix.extraOptions = ''
experimental-features = nix-command
'';

View File

@ -56,5 +56,6 @@
# high-resolution display
#hardware.video.hidpi.enable = lib.mkDefault true;
hardware.bluetooth.enable = true;
hardware.keyboard.zsa.enable = true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}

Binary file not shown.