update other things
This commit is contained in:
parent
620f2867e2
commit
1a658f1668
3 changed files with 8 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue