common: move to modules, move some files out, modules: adjust dir structure
This commit is contained in:
parent
ed5f8c3ae6
commit
0bc9abc4c0
43 changed files with 86 additions and 83 deletions
7
modules/nixos/services/tailscale.nix
Executable file
7
modules/nixos/services/tailscale.nix
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
# fix build failure temporarily
|
||||
services.tailscale.package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.tailscale;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue