mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-05-06 11:02:20 +02:00
Compare commits
5 commits
a1f944e45f
...
543dfbccb1
| Author | SHA1 | Date | |
|---|---|---|---|
| 543dfbccb1 | |||
| 31c1688207 | |||
| 3acb64e8dc | |||
| 9cd9f58165 | |||
| c44bf0b45b |
5 changed files with 15 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
services = {
|
||||
paperless = {
|
||||
enable = true;
|
||||
consumptionDirIsPublic = true;
|
||||
consumptionDirIsPublic = false;
|
||||
settings = {
|
||||
PAPERLESS_CONSUMER_IGNORE_PATTERN = [
|
||||
".DS_STORE/*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue