Compare commits
No commits in common. "2e2a8d12a9d2e4c04af47af076839d364cc6b603" and "5f9301c2152d9175e1921dba622f62dff60c936c" have entirely different histories.
2e2a8d12a9
...
5f9301c215
|
@ -12,25 +12,25 @@
|
||||||
background="000000";
|
background="000000";
|
||||||
regular0="2e3436";
|
regular0="2e3436";
|
||||||
regular1="cc0000";
|
regular1="cc0000";
|
||||||
regular2="c4e9a0";
|
regular2="c4e9a06";
|
||||||
regular3="cc4a00";
|
regular3="cc4a000";
|
||||||
regular4="c3465a";
|
regular4="c3465a4";
|
||||||
regular5="c75507";
|
regular5="c75507b";
|
||||||
regular6="c06989";
|
regular6="c06989a";
|
||||||
regular7="cd3d7c";
|
regular7="cd3d7cf";
|
||||||
bright0="555753";
|
bright0="555753";
|
||||||
bright1="5ef292";
|
bright1="5ef2929";
|
||||||
bright2="58ae23";
|
bright2="58ae234";
|
||||||
bright3="5fce94";
|
bright3="5fce94f";
|
||||||
bright4="5729fc";
|
bright4="5729fcf";
|
||||||
bright5="5ad7fa";
|
bright5="5ad7fa8";
|
||||||
bright6="534e2e";
|
bright6="534e2e2";
|
||||||
bright7="5eeeee";
|
bright7="5eeeeec";
|
||||||
};
|
};
|
||||||
main = {
|
main = {
|
||||||
term = "xterm-256color";
|
term = "xterm-256color";
|
||||||
font = "0xproto:size=12";
|
font = "0xproto:size=16";
|
||||||
#dpi-aware = "yes";
|
dpi-aware = "yes";
|
||||||
};
|
};
|
||||||
mouse = {
|
mouse = {
|
||||||
hide-when-typing = "yes";
|
hide-when-typing = "yes";
|
||||||
|
|
|
@ -6,9 +6,6 @@
|
||||||
./sway.nix
|
./sway.nix
|
||||||
|
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
|
||||||
firefox
|
|
||||||
gimp
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,15 +30,6 @@
|
||||||
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualHosts."film.lauterer.it" = {
|
|
||||||
forceSSL = true;
|
|
||||||
useACMEHost = config.networking.domain;
|
|
||||||
locations."/" = {
|
|
||||||
proxyWebsockets = true;
|
|
||||||
proxyPass = "http://100.104.182.48:8096";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
virtualHosts."home.lauterer.it" = {
|
virtualHosts."home.lauterer.it" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = config.networking.domain;
|
useACMEHost = config.networking.domain;
|
||||||
|
|
Loading…
Reference in New Issue