feat: add tailscale support and update timeZone
This commit is contained in:
parent
ab9b248551
commit
7db7922cd3
5 changed files with 275 additions and 3 deletions
|
@ -6,5 +6,6 @@
|
|||
./misc.service.nix
|
||||
./avahi.service.nix
|
||||
./printing.service.nix
|
||||
./tailscale.service.nix
|
||||
];
|
||||
}
|
||||
|
|
9
nixos/services/tailscale.service.nix
Normal file
9
nixos/services/tailscale.service.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue