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