disable anubis for now
This commit is contained in:
parent
a15584654c
commit
b8bbe16a7b
1 changed files with 25 additions and 25 deletions
|
|
@ -32,33 +32,33 @@
|
||||||
|
|
||||||
preservation.enable = lib.mkForce false;
|
preservation.enable = lib.mkForce false;
|
||||||
|
|
||||||
services.anubis.instances.default.settings.TARGET = "http://localhost:8123";
|
# services.anubis.instances.default.settings.TARGET = "http://localhost:8123";
|
||||||
|
|
||||||
# required due to unix socket permissions
|
# # required due to unix socket permissions
|
||||||
users.users.nginx.extraGroups = [config.users.groups.anubis.name];
|
# users.users.nginx.extraGroups = [config.users.groups.anubis.name];
|
||||||
services.nginx.virtualHosts."*.gladtherescake.eu" = {
|
# services.nginx.virtualHosts."*.gladtherescake.eu" = {
|
||||||
locations = {
|
# locations = {
|
||||||
"/".proxyPass = "http://unix:${config.services.anubis.instances.default.settings.BIND}";
|
# "/".proxyPass = "http://unix:${config.services.anubis.instances.default.settings.BIND}";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
services.nginx.virtualHosts."*.lillianviolet.dev" = {
|
# services.nginx.virtualHosts."*.lillianviolet.dev" = {
|
||||||
locations = {
|
# locations = {
|
||||||
"/".proxyPass = "http://unix:${config.services.anubis.instances.default.settings.BIND}";
|
# "/".proxyPass = "http://unix:${config.services.anubis.instances.default.settings.BIND}";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
zramSwap.enable = false;
|
# zramSwap.enable = false;
|
||||||
services = {
|
# services = {
|
||||||
openssh = {
|
# openssh = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
settings = {
|
# settings = {
|
||||||
# require public key authentication for better security
|
# # require public key authentication for better security
|
||||||
PasswordAuthentication = false;
|
# PasswordAuthentication = false;
|
||||||
KbdInteractiveAuthentication = false;
|
# KbdInteractiveAuthentication = false;
|
||||||
PermitRootLogin = "no";
|
# PermitRootLogin = "no";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
# You can add overlays here
|
# You can add overlays here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue