blob: 607747d265d5bae505d7ce69709fadf103d12031 [file] [log] [blame]
# TV next to kitchen. 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 = "tv2";
}