update other things

This commit is contained in:
zack 2025-07-27 16:17:49 -04:00
parent 620f2867e2
commit 1a658f1668
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
3 changed files with 8 additions and 5 deletions

View file

@ -106,15 +106,12 @@
protocols.wayland.enable = true;
programs.openvpn3.enable = true;
services.udev.extraRules = ''
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"
'';
services.fstrim.enable = true;
services.vpn.enable = true;
services.xserver.enable = true;
services.vpn.mullvad = true;
services.lorri.enable = true;
services.udisks2.enable = true;
services.crypto.enable = true;
@ -143,6 +140,7 @@
networking.extraHosts = ''
127.0.0.1 blahaj.local
127.0.0.1 test.blahaj.local
127.0.0.2 earth
'';
networking.networkmanager = {
@ -227,7 +225,6 @@
withDeltaUpdates = true;
})
inputs.agenix.packages.${system}.agenix
inputs.awsvpnclient.packages.${system}.awsvpnclient
];
programs.fish.enable = true;