-
This commit is contained in:
parent
198533e630
commit
567879339a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user