add tailscale
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, config, ... }: {
|
||||
|
||||
imports = [
|
||||
../hosts/laptop/variables.nix
|
||||
../hosts/server/variables.nix
|
||||
|
||||
# Programs
|
||||
./programs/btop
|
||||
|
||||
@@ -19,6 +19,11 @@
|
||||
owner = "cloudflare-dyndns";
|
||||
group = "cloudflare-dyndns";
|
||||
};
|
||||
tailscaled-authKey = {
|
||||
path = "/etc/tailscale/authKey";
|
||||
owner = "tailscaled";
|
||||
group = "tailscaled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user