generalized flake restructing/laptops hwaccel, few comments aand whaatever i did there probs
This commit is contained in:
parent
04dc68f7f0
commit
d0a6fb398e
6 changed files with 14 additions and 22 deletions
|
|
@ -17,4 +17,8 @@
|
|||
networking.firewall.checkReversePath = "loose";
|
||||
services.resolved.enable = true;
|
||||
networking.networkmanager.enable = true;
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@
|
|||
./bluetooth.nix
|
||||
./ssh.nix
|
||||
#./zapret.nix # zapret decided to kill itself among all the devices caused so much problems, i just use tailscale exit node for the time being until i decide to fix this fucking shitass tool
|
||||
];
|
||||
]; # its working with again but shits when in use with macvtap vm [vm nas access]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
programs.thunar.enable = true;
|
||||
programs.xfconf.enable = true;
|
||||
services.displayManager.ly.enable = true;
|
||||
services.ratbagd.enable = true;
|
||||
services.ratbagd.enable = true; # logitech mouse config backend thingy
|
||||
systemd.services.tailscaled.after = ["network-online.target"];
|
||||
systemd.services.tailscaled.wants = ["network-online.target"];
|
||||
services.tailscale = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue