mirror of
https://github.com/blahai/nyx.git
synced 2025-06-08 16:53:01 -04:00
Theia/Nyx: add tailscale
This commit is contained in:
parent
5c4c73eda2
commit
e97df2e113
3 changed files with 36 additions and 6 deletions
|
@ -4,5 +4,6 @@
|
|||
./vpn.nix
|
||||
./pipewire.nix
|
||||
./bluetooth.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
}
|
||||
|
|
8
modules/nixos/services/tailscale.nix
Normal file
8
modules/nixos/services/tailscale.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
trayscale
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue