blob: 171c30b51e3d8de14f4ee77e65e0285e96cbd433 [file] [log] [blame]
# TV next to acr1. Raspberry Pi 4 with PoE hat.
#
# This is an aarch64 machine. You'll probably have to use a remote builder to
# cross compile for it. See //ops/README.md for information about how to set
# that up.
{ config, pkgs, ... }: {
imports = [
./common.nix
];
networking.hostName = "tv1";
}