From c4cf83298f0a687913e5e7ba905d62bbfa74f757 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 4 Nov 2024 17:49:44 -0600 Subject: [PATCH] added tail scale to clients --- enviroments/client/default.nix | 4 ++++ hosts/horizon/configuration.nix | 7 +------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/enviroments/client/default.nix b/enviroments/client/default.nix index 0e07090..921d7b5 100644 --- a/enviroments/client/default.nix +++ b/enviroments/client/default.nix @@ -48,6 +48,10 @@ # no need to redefine it in your config for now) #media-session.enable = true; }; + + tailscale = { + enable = true; + }; }; # Enable sound with pipewire. diff --git a/hosts/horizon/configuration.nix b/hosts/horizon/configuration.nix index f49e83d..15a52e9 100644 --- a/hosts/horizon/configuration.nix +++ b/hosts/horizon/configuration.nix @@ -1,10 +1,5 @@ # leyla laptop -{ - config, - pkgs, - inputs, - ... -}: { +{inputs, ...}: { imports = [ inputs.home-manager.nixosModules.default inputs.sops-nix.nixosModules.sops