chg: use default server instead of hostname
parent
a1382168cc
commit
e0c48fbac0
|
|
@ -59,7 +59,7 @@
|
||||||
# Nginx webserver configuration
|
# Nginx webserver configuration
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."levitest" = {
|
virtualHosts."default_server" = {
|
||||||
root = "/var/www/default";
|
root = "/var/www/default";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget vim git htop tmux nginx
|
wget vim git htop tmux
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue