blob: 171c30b51e3d8de14f4ee77e65e0285e96cbd433 [file] [log] [blame]
Serge Bazanskidcdbd842022-07-07 02:30:09 +02001# TV next to acr1. Raspberry Pi 4 with PoE hat.
2#
3# This is an aarch64 machine. You'll probably have to use a remote builder to
4# cross compile for it. See //ops/README.md for information about how to set
5# that up.
6
7{ config, pkgs, ... }: {
8 imports = [
9 ./common.nix
10 ];
11
12 networking.hostName = "tv1";
13}