Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat(zed): add stable package to zed editor config fix(mbsync): enable mbsync only on linux
7 lines
108 B
Nix
7 lines
108 B
Nix
{stablePkgs, ...}: {
|
|
services.tailscale = {
|
|
enable = true;
|
|
package = stablePkgs.tailscale;
|
|
};
|
|
}
|