From 08fe078a4fb0d11894124bbfcaa85c7683321698 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Wed, 10 Jul 2024 23:56:34 +0300 Subject: [PATCH] laptop: follow renames, enable tailscale --- hosts/laptop/configuration.nix | 12 +++++++++--- hosts/laptop/home/default.nix | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index d3684cb..b7826cb 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -116,13 +116,15 @@ in }; security.pam.u2f = { enable = true; - cue = true; - interactive = true; + settings = { + cue = true; + interactive = true; + }; }; # Make sure opengl is enabled - hardware.opengl = { + hardware.graphics = { enable = true; # These extrapackages I added later but it didn't help extraPackages = with pkgs; [ @@ -418,6 +420,10 @@ in networking.nat.externalInterface = "wlp3s0"; networking.networkmanager.unmanaged = [ "interface-name:ve-*" ]; + services.tailscale = { + enable = true; + }; + hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; diff --git a/hosts/laptop/home/default.nix b/hosts/laptop/home/default.nix index 3a2da56..40bff00 100644 --- a/hosts/laptop/home/default.nix +++ b/hosts/laptop/home/default.nix @@ -61,7 +61,7 @@ kdePackages.plasma-vault gpgme.dev # For mailvelope - neofetch + fastfetch kdePackages.yakuake kdePackages.kgpg # for Application Title Bar plasmoid