Stuff
This commit is contained in:
@@ -53,6 +53,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
virtualisation.podman.enable = true;
|
||||||
|
|
||||||
hardware.cpu.intel.updateMicrocode = true;
|
hardware.cpu.intel.updateMicrocode = true;
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,14 @@
|
|||||||
|
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
|
# programs.virt-manager.enable = true;
|
||||||
|
|
||||||
|
# users.groups.libvirtd.members = ["daniel"];
|
||||||
|
|
||||||
|
# virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
|
# virtualisation.spiceUSBRedirection.enable = true;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "pingbox";
|
hostName = "pingbox";
|
||||||
interfaces.wlp170s0.useDHCP = true;
|
interfaces.wlp170s0.useDHCP = true;
|
||||||
|
|||||||
@@ -46,6 +46,9 @@ in {
|
|||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
pointer_accel = "0.1";
|
pointer_accel = "0.1";
|
||||||
};
|
};
|
||||||
|
"type:touchpad" = {
|
||||||
|
scroll_factor = "0.5";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
output = {
|
output = {
|
||||||
eDP-1 = {
|
eDP-1 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user