cleanup
This commit is contained in:
parent
2b9c7d57ba
commit
e4225a8156
@ -67,10 +67,6 @@
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
ollama = {
|
||||
enable = false;
|
||||
package = pkgs.ollama-intel;
|
||||
};
|
||||
auto-cpufreq = {
|
||||
enable = false;
|
||||
settings = {
|
||||
@ -101,23 +97,6 @@
|
||||
thermald.enable = true;
|
||||
};
|
||||
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
package = pkgs.qemu_kvm;
|
||||
runAsRoot = true;
|
||||
swtpm.enable = true;
|
||||
ovmf = {
|
||||
enable = true;
|
||||
packages = [
|
||||
(pkgs.OVMF.override {
|
||||
secureBoot = true;
|
||||
tpmSupport = true;
|
||||
}).fd
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
@ -163,11 +142,6 @@
|
||||
];
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
};
|
||||
@ -188,7 +162,7 @@
|
||||
environment = {
|
||||
sessionVariables = {MOZ_USE_XINPUT2 = "1";};
|
||||
systemPackages = with pkgs; [
|
||||
config.boot.kernelPackages.perf
|
||||
config.boot.kernelPackages.perf
|
||||
];
|
||||
};
|
||||
|
||||
@ -209,7 +183,7 @@ config.boot.kernelPackages.perf
|
||||
"loglevel=3"
|
||||
"rd.systemd.show_status=false"
|
||||
"rd.udev.log_level=3"
|
||||
"udev.log_priority=3"
|
||||
"udev.lqog_priority=3"
|
||||
];
|
||||
loader.timeout = 0;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user