jovian changes and such
This commit is contained in:
parent
0a3b5d2fca
commit
e39e0534c2
7 changed files with 17 additions and 44 deletions
|
@ -7,15 +7,7 @@
|
|||
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
vmware.host.enable = true;
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."localhost" = {
|
||||
default = true;
|
||||
root = "/var/www/landing-page";
|
||||
};
|
||||
#vmware.host.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./nixfox ];
|
||||
|
||||
services.nginx.enable = true;
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."localhost" = {
|
||||
default = true;
|
||||
root = "/var/www/landing-page";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue