377 current 2025-05-03 18:45:45 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -7,5 +7,6 @@
|
|||||||
./picom/default.nix
|
./picom/default.nix
|
||||||
./dunst/default.nix
|
./dunst/default.nix
|
||||||
# ./gpg-agent/default.nix
|
# ./gpg-agent/default.nix
|
||||||
|
# ./tailscale/default.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,5 +5,6 @@
|
|||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./synaptics/default.nix
|
./synaptics/default.nix
|
||||||
|
./tailscale/default.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
7
system/services/tailscale/default.nix
Normal file
7
system/services/tailscale/default.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user