NixOS-Configs/hosts/display/default.nix

10 lines
142 B
Nix

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