mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-22 03:07:56 +01:00
laptop: follow renames, enable tailscale
This commit is contained in:
parent
8388eb7096
commit
08fe078a4f
2 changed files with 10 additions and 4 deletions
|
@ -116,13 +116,15 @@ in
|
||||||
};
|
};
|
||||||
security.pam.u2f = {
|
security.pam.u2f = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cue = true;
|
settings = {
|
||||||
interactive = true;
|
cue = true;
|
||||||
|
interactive = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# Make sure opengl is enabled
|
# Make sure opengl is enabled
|
||||||
hardware.opengl = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# These extrapackages I added later but it didn't help
|
# These extrapackages I added later but it didn't help
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
@ -418,6 +420,10 @@ in
|
||||||
networking.nat.externalInterface = "wlp3s0";
|
networking.nat.externalInterface = "wlp3s0";
|
||||||
networking.networkmanager.unmanaged = [ "interface-name:ve-*" ];
|
networking.networkmanager.unmanaged = [ "interface-name:ve-*" ];
|
||||||
|
|
||||||
|
services.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.powerOnBoot = true;
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
kdePackages.plasma-vault
|
kdePackages.plasma-vault
|
||||||
gpgme.dev # For mailvelope
|
gpgme.dev # For mailvelope
|
||||||
|
|
||||||
neofetch
|
fastfetch
|
||||||
kdePackages.yakuake
|
kdePackages.yakuake
|
||||||
kdePackages.kgpg
|
kdePackages.kgpg
|
||||||
# for Application Title Bar plasmoid
|
# for Application Title Bar plasmoid
|
||||||
|
|
Loading…
Reference in a new issue