Add catch-all vhosts config
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./networking.nix
|
||||
./dnsmasq.nix
|
||||
./home-assistant.nix
|
||||
../../profiles/rpi4.nix
|
||||
../../profiles/home.nix
|
||||
];
|
||||
networking.hostName = "2maccabees";
|
||||
imports = [
|
||||
./networking.nix
|
||||
./dnsmasq.nix
|
||||
./home-assistant.nix
|
||||
./vhosts.nix
|
||||
../../profiles/rpi4.nix
|
||||
../../profiles/home.nix
|
||||
];
|
||||
networking.hostName = "2maccabees";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user