NixOS-Configs/hosts/pihole/default.nix
2026-05-20 08:04:16 -05:00

7 lines
163 B
Nix

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