sj laptop: enable systemd-resolved
This commit is contained in:
parent
95b7fa6170
commit
070d075889
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue