mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
(feat): added tailscale & usb support
This commit is contained in:
parent
96c58ea706
commit
8320a6b694
6
features/client/default.nix
Normal file
6
features/client/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{config, pkgs, ...}:
|
||||
{
|
||||
imports = [
|
||||
./tailscale.nix
|
||||
]
|
||||
}
|
5
features/client/tailscale.nix
Normal file
5
features/client/tailscale.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{config, pkgs, ...}:
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
0
features/client/udisks2.nix
Normal file
0
features/client/udisks2.nix
Normal file
Loading…
Reference in a new issue