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