From 5254f18af184efbbbc0c9eb93b0d9474c327a4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 30 Apr 2023 10:45:33 +0100 Subject: [PATCH] run tailscale on the homescreen box --- nixos/boxes/homescreen/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/boxes/homescreen/default.nix b/nixos/boxes/homescreen/default.nix index c7bdb4f6..5e00cf4d 100644 --- a/nixos/boxes/homescreen/default.nix +++ b/nixos/boxes/homescreen/default.nix @@ -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";