set up tailscale
This commit is contained in:
parent
4caeb5680c
commit
c5ed051714
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ lib, pkgs, ... }: {
|
{ lib, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./audio.nix
|
./audio.nix
|
||||||
|
./tailscale.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# use nix version 2.22
|
# use nix version 2.22
|
||||||
|
|
5
nixos/common/tailscale.nix
Normal file
5
nixos/common/tailscale.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ lib, ... }: {
|
||||||
|
services.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue