This commit is contained in:
L-Nafaryus 2024-01-09 19:26:30 +05:00
parent 198533e630
commit 567879339a
No known key found for this signature in database
GPG Key ID: C76D8DCD2727DBB7
2 changed files with 8 additions and 5 deletions

View File

@ -78,11 +78,6 @@
services.blueman.enable = true;
services.nginx = {
enable = true;
appendHttpConfig = "listen 127.0.0.1:80;";
};
# Packages
environment.systemPackages = with pkgs; [
wget

View File

@ -67,6 +67,14 @@
services.blueman.enable = true;
services.nginx = {
enable = true;
recommendedProxySettings = true;
virtualHosts."astora" = {
root = "/var/www/astora";
};
};
services.spoofdpi.enable = true;
# Packages