oops
This commit is contained in:
parent
e1d6fe22c0
commit
c88d03bfb0
2 changed files with 25 additions and 0 deletions
|
|
@ -24,7 +24,9 @@ with lib.my;
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"hammerspoon"
|
"hammerspoon"
|
||||||
|
"kicad"
|
||||||
"android-platform-tools"
|
"android-platform-tools"
|
||||||
|
"nheko"
|
||||||
"raycast"
|
"raycast"
|
||||||
"ukelele"
|
"ukelele"
|
||||||
# "homebrew/cask-drivers/zsa-wally"
|
# "homebrew/cask-drivers/zsa-wally"
|
||||||
|
|
@ -46,6 +48,9 @@ with lib.my;
|
||||||
"whisky"
|
"whisky"
|
||||||
"dbeaver-community"
|
"dbeaver-community"
|
||||||
|
|
||||||
|
"qutebrowser" # rly want to switch to it
|
||||||
|
"dmenu-mac"
|
||||||
|
|
||||||
];
|
];
|
||||||
#masApps = {
|
#masApps = {
|
||||||
# # Install Mac App Store apps (install them manually and then do `mas list` to get the id)
|
# # Install Mac App Store apps (install them manually and then do `mas list` to get the id)
|
||||||
|
|
@ -161,6 +166,9 @@ with lib.my;
|
||||||
|
|
||||||
pandoc
|
pandoc
|
||||||
micromamba
|
micromamba
|
||||||
|
|
||||||
|
bitwarden-cli
|
||||||
|
rustup
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -119,6 +119,23 @@ in
|
||||||
api_token "{$IONOS_API_KEY}"
|
api_token "{$IONOS_API_KEY}"
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
virtualHosts."http://*.hailsatan.eu".extraConfig = ''
|
||||||
|
@bzzt-api host bzzt-api.hailsatan.eu
|
||||||
|
handle @bzzt-api {
|
||||||
|
reverse_proxy http://127.0.0.1:5001
|
||||||
|
}
|
||||||
|
@bzzt-lcg host bzzt-lcg.hailsatan.eu
|
||||||
|
handle @bzzt-lcg {
|
||||||
|
reverse_proxy http://127.0.0.1:5003
|
||||||
|
}
|
||||||
|
@bzzt host bzzt.hailsatan.eu
|
||||||
|
handle @bzzt {
|
||||||
|
reverse_proxy http://127.0.0.1:5002
|
||||||
|
}
|
||||||
|
handle {
|
||||||
|
abort
|
||||||
|
}
|
||||||
|
'';
|
||||||
virtualHosts."*.hailsatan.eu".extraConfig = ''
|
virtualHosts."*.hailsatan.eu".extraConfig = ''
|
||||||
@paperless host paperless.hailsatan.eu
|
@paperless host paperless.hailsatan.eu
|
||||||
handle @paperless {
|
handle @paperless {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue