NixOS-Configs/hosts/pihole/default.nix

10 lines
141 B
Nix

{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
../../server
];
networking.hostName = "pihole";
}