Files
nixos/hosts/2maccabees/default.nix
T
2022-04-11 15:25:02 -05:00

14 lines
207 B
Nix

{ config, pkgs, ... }:
{
imports = [
./dnsmasq.nix
./home-assistant.nix
./networking.nix
./vhosts.nix
../../profiles/rpi4.nix
../../profiles/home.nix
];
networking.hostName = "2maccabees";
}