enable tailscale
This commit is contained in:
parent
8d767ca499
commit
84c356d93c
@ -10,6 +10,7 @@ let mpdStreamingPort = 8080; in
|
|||||||
./uefi.nix
|
./uefi.nix
|
||||||
./fstrim.nix
|
./fstrim.nix
|
||||||
./nebula.nix
|
./nebula.nix
|
||||||
|
./tailscale.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.etc."lvm/lvm.conf".text = ''
|
environment.etc."lvm/lvm.conf".text = ''
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
./nvim05.nix
|
./nvim05.nix
|
||||||
./nm-restart.nix
|
./nm-restart.nix
|
||||||
./nebula.nix
|
./nebula.nix
|
||||||
|
./tailscale.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
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