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;
|
||||
|
||||
services.anubis.instances.default.settings.TARGET = "http://localhost:8123";
|
||||
# services.anubis.instances.default.settings.TARGET = "http://localhost:8123";
|
||||
|
||||
# required due to unix socket permissions
|
||||
users.users.nginx.extraGroups = [config.users.groups.anubis.name];
|
||||
services.nginx.virtualHosts."*.gladtherescake.eu" = {
|
||||
locations = {
|
||||
"/".proxyPass = "http://unix:${config.services.anubis.instances.default.settings.BIND}";
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts."*.lillianviolet.dev" = {
|
||||
locations = {
|
||||
"/".proxyPass = "http://unix:${config.services.anubis.instances.default.settings.BIND}";
|
||||
};
|
||||
};
|
||||
# # required due to unix socket permissions
|
||||
# users.users.nginx.extraGroups = [config.users.groups.anubis.name];
|
||||
# services.nginx.virtualHosts."*.gladtherescake.eu" = {
|
||||
# locations = {
|
||||
# "/".proxyPass = "http://unix:${config.services.anubis.instances.default.settings.BIND}";
|
||||
# };
|
||||
# };
|
||||
# services.nginx.virtualHosts."*.lillianviolet.dev" = {
|
||||
# locations = {
|
||||
# "/".proxyPass = "http://unix:${config.services.anubis.instances.default.settings.BIND}";
|
||||
# };
|
||||
# };
|
||||
|
||||
zramSwap.enable = false;
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# require public key authentication for better security
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
};
|
||||
};
|
||||
};
|
||||
# zramSwap.enable = false;
|
||||
# services = {
|
||||
# openssh = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# # require public key authentication for better security
|
||||
# PasswordAuthentication = false;
|
||||
# KbdInteractiveAuthentication = false;
|
||||
# PermitRootLogin = "no";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue