sj laptop: enable systemd-resolved

This commit is contained in:
steveej 2016-06-28 11:36:11 -07:00
parent 95b7fa6170
commit 070d075889

View file

@ -152,6 +152,9 @@
ATTR{idVendor}=="05c6", ATTR{idProduct}=="6765", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1", TAG+="uaccess"
'';
services.resolved.enable = true;
# hardware related services
hardware = {
bluetooth.enable = true;
pulseaudio = {
@ -161,6 +164,7 @@
};
};
# virtualization
virtualisation.libvirtd.enable = true;
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.addNetworkInterface = true;