run tailscale on the homescreen box

This commit is contained in:
Cyryl Płotnicki 2023-04-30 10:45:33 +01:00
parent 0ba7ded953
commit 5254f18af1

View file

@ -1,5 +1,6 @@
{ config, pkgs, inputs, lib, ... }: {
imports = [ inputs.nixos-hardware.nixosModules.raspberry-pi-4 ];
imports =
[ inputs.nixos-hardware.nixosModules.raspberry-pi-4 ../../tailscale ];
networking = {
hostName = "homescreen";