hscloud/hswaw/machines/tv/tv1.nix
Serge Bazanski dcdbd8425c hswaw/machines: add tv2
Change-Id: I657c316bcc663c79b6886d5843b9de5cbf17f1c3
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1333
Reviewed-by: informatic <informatic@hackerspace.pl>
2022-07-07 18:07:18 +00:00

13 lines
312 B
Nix

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