mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 19:40:32 +01:00
idk
This commit is contained in:
parent
317a6526bf
commit
4723c711df
|
@ -68,6 +68,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
rustaceanvim.settings.server.default_settings.rust-analyzer.diagnostics.disabled = [ "inactive-code" ];
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inlayHints = true;
|
inlayHints = true;
|
||||||
|
|
|
@ -78,6 +78,16 @@ with lib; {
|
||||||
file_server
|
file_server
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
"cheats-rs.heroin.trade" = {
|
||||||
|
extraConfig = ''
|
||||||
|
root * /var/www/cheats-rs/public/
|
||||||
|
handle_errors {
|
||||||
|
rewrite * /404.html
|
||||||
|
file_server
|
||||||
|
}
|
||||||
|
file_server
|
||||||
|
'';
|
||||||
|
};
|
||||||
"syncthing.heroin.trade" = {
|
"syncthing.heroin.trade" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
reverse_proxy http://localhost:8384 {
|
reverse_proxy http://localhost:8384 {
|
||||||
|
|
1
justfile
1
justfile
|
@ -22,6 +22,7 @@ beleth:
|
||||||
# if [ $arch_sanitized == "x86_64-linux" ]; then
|
# if [ $arch_sanitized == "x86_64-linux" ]; then
|
||||||
nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}};
|
nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}};
|
||||||
ssh {{beleth-user-host}} "cd && cd nixos-config && git pull && cd && sh build_website.sh";
|
ssh {{beleth-user-host}} "cd && cd nixos-config && git pull && cd && sh build_website.sh";
|
||||||
|
ssh {{beleth-user-host}} "cd && cd /var/www/cheats-rs/ && git pull && zola build";
|
||||||
exit
|
exit
|
||||||
# fi
|
# fi
|
||||||
# @echo "Host arch needs to be 'x86_64-linux'! Aborting...";
|
# @echo "Host arch needs to be 'x86_64-linux'! Aborting...";
|
||||||
|
|
Loading…
Reference in a new issue