Update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, config, ... }:
|
||||
let
|
||||
variable = import ../../variables.nix;
|
||||
baseImports = [ ./hardware-configuration.nix ];
|
||||
baseImports = [ ./hardware-configuration.nix ./tailscale.nix ];
|
||||
|
||||
extraImports = [
|
||||
(if variable.enableNvidia then ./nvidia.nix else null)
|
||||
|
||||
6
hosts/laptop/tailscale.nix
Normal file
6
hosts/laptop/tailscale.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = "/etc/tailscalepwd";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user