blob: 607747d265d5bae505d7ce69709fadf103d12031 [file] [log] [blame]
Serge Bazanskidcdbd842022-07-07 02:30:09 +02001# TV next to kitchen. 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 = "tv2";
13}