Install Tailscale on boot media.
This commit is contained in:
parent
0c93d3010d
commit
0cd60d8d1b
1 changed files with 3 additions and 2 deletions
5
iso.nix
5
iso.nix
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -14,7 +14,6 @@
|
||||||
boot.kernelParams = [ "console=ttyS0,115200" ];
|
boot.kernelParams = [ "console=ttyS0,115200" ];
|
||||||
|
|
||||||
# System-wide Pipewire for Espeakup
|
# System-wide Pipewire for Espeakup
|
||||||
sound.enable = true;
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemWide = true;
|
systemWide = true;
|
||||||
|
@ -34,4 +33,6 @@
|
||||||
# Not sure if this does anything, but may make the system easier to find on
|
# Not sure if this does anything, but may make the system easier to find on
|
||||||
# the network
|
# the network
|
||||||
services.avahi.enable = true;
|
services.avahi.enable = true;
|
||||||
|
|
||||||
|
services.tailscale.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue