enable tailscale
This commit is contained in:
parent
8d767ca499
commit
84c356d93c
@ -10,6 +10,7 @@ let mpdStreamingPort = 8080; in
|
||||
./uefi.nix
|
||||
./fstrim.nix
|
||||
./nebula.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
|
||||
environment.etc."lvm/lvm.conf".text = ''
|
||||
|
@ -15,6 +15,7 @@
|
||||
./nvim05.nix
|
||||
./nm-restart.nix
|
||||
./nebula.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
7
tailscale.nix
Normal file
7
tailscale.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }: {
|
||||
# make the tailscale command usable to users
|
||||
environment.systemPackages = [ pkgs.tailscale ];
|
||||
|
||||
# enable the tailscale service
|
||||
services.tailscale.enable = true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user