Compare commits

...

5 commits

5 changed files with 15 additions and 8 deletions

View file

@ -13,10 +13,10 @@
initialPassword = "temporary-password";
};
home-manager = {
inherit username;
homeDirectory = "/home/${username}";
};
#home-manager = {
# inherit username;
# homeDirectory = "/home/${username}";
#};
fonts.fontconfig.antialias = false;
}

View file

@ -274,8 +274,8 @@
"ALT, Space, togglefloating,"
# "ALT, D, exec, bemenu-run -l 5 --ignorecase"
"ALT, D, exec, vicinae toggle"
"SUPER SHIFT, L, exec, swaylock --image /home/${username}/.local/share/bg.png"
"SUPER, L, exec, swaylock --image /home/${username}/.local/share/bg.png"
"SUPER SHIFT, L, exec, swaylock-fancy"
"SUPER, L, exec, swaylock-fancy"
"ALT, E, exec, nautilus"
"ALT SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
"ALT, C,exec, hyprpicker -a"

View file

@ -14,6 +14,7 @@
hyprland-monitor-attached
hypridle
vicinae
swaylock-fancy
];
# systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ];
wayland.windowManager.hyprland = {

View file

@ -6,9 +6,15 @@
sslCertificateKey = "/var/lib/acme/liv.town/key.pem";
locations."/" = {
# proxyPass = "http://unix:${toString config.services.anubis.instances.librey.settings.BIND}";
proxyPass = "http://172.16.10.130:2283";
proxyPass = "http://172.16.10.185:2283";
proxyWebsockets = true;
};
extraConfig = ''
client_body_buffer_size 1024k;
proxy_request_buffering off;
proxy_http_version 1.1;
proxy_redirect off;
'';
};
};
}

View file

@ -2,7 +2,7 @@
services = {
paperless = {
enable = true;
consumptionDirIsPublic = true;
consumptionDirIsPublic = false;
settings = {
PAPERLESS_CONSUMER_IGNORE_PATTERN = [
".DS_STORE/*"