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