Migrate tailscalesd to uv and add flake packaging with a NixOS service module.
This commit is contained in:
parent
b195bd1e8f
commit
d5201b471b
14 changed files with 2160 additions and 2242 deletions
6
nix/modules/nixos/default.nix
Normal file
6
nix/modules/nixos/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./services/tailscalesd.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue