run tailscale on the homescreen box
This commit is contained in:
parent
0ba7ded953
commit
5254f18af1
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{ config, pkgs, inputs, lib, ... }: {
|
{ config, pkgs, inputs, lib, ... }: {
|
||||||
imports = [ inputs.nixos-hardware.nixosModules.raspberry-pi-4 ];
|
imports =
|
||||||
|
[ inputs.nixos-hardware.nixosModules.raspberry-pi-4 ../../tailscale ];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "homescreen";
|
hostName = "homescreen";
|
||||||
|
|
Loading…
Reference in a new issue