misc changes
This commit is contained in:
parent
7e329b5c6e
commit
fb0ea84388
|
@ -13,8 +13,17 @@
|
||||||
xdotool
|
xdotool
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
zathura
|
zathura
|
||||||
|
lilypond
|
||||||
|
virt-manager
|
||||||
|
virtualbox
|
||||||
|
xsane
|
||||||
|
xsane
|
||||||
];
|
];
|
||||||
|
|
||||||
|
users.extraGroups.vboxusers.members = [ "usr" ];
|
||||||
|
virtualisation.virtualbox.host.enable = true;
|
||||||
|
virtualisation.virtualbox.host.enableExtensionPack = true;
|
||||||
|
|
||||||
services.tlp.enable = true;
|
services.tlp.enable = true;
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
@ -23,4 +32,8 @@
|
||||||
networking.nameservers = [ "1.1.1.1" "9.9.9.9" ];
|
networking.nameservers = [ "1.1.1.1" "9.9.9.9" ];
|
||||||
|
|
||||||
networking.hostName = "xps";
|
networking.hostName = "xps";
|
||||||
|
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
programs.dconf.enable = true;
|
||||||
|
users.users.usr.extraGroups = [ "libvirtd" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue