# 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"; }