mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-21 18:57:58 +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 = {
|
||||
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;
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
kdePackages.plasma-vault
|
||||
gpgme.dev # For mailvelope
|
||||
|
||||
neofetch
|
||||
fastfetch
|
||||
kdePackages.yakuake
|
||||
kdePackages.kgpg
|
||||
# for Application Title Bar plasmoid
|
||||
|
|
Loading…
Reference in a new issue