continue refactor, home modules are actual modules and remove some useless files
This commit is contained in:
@ -1,17 +1,7 @@
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../modules/game.nix
|
||||
../modules/nvidia.nix
|
||||
../modules/vboxHost.nix
|
||||
];
|
||||
|
||||
boot.kernelParams = [ "kvm.enable_virt_at_load=0" ];
|
||||
# systemd.tmpfiles.rules = [
|
||||
# "f /dev/shm/looking-glass 0660 tom libvirtd -"
|
||||
# ];
|
||||
# virtualisation.libvirtd.qemu.vhostUserPackages = with pkgs; [ virtiofsd ];
|
||||
|
||||
networking.hostName = "patate-douce";
|
||||
networking.wireless.enable = true;
|
||||
@ -37,7 +27,6 @@
|
||||
|
||||
#power management
|
||||
powerManagement.enable = true;
|
||||
# powerManagement.powertop.enable = true;
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
services.auto-cpufreq.enable = true;
|
||||
services.auto-cpufreq.settings = {
|
||||
@ -53,8 +42,6 @@
|
||||
services.upower.enable = true;
|
||||
|
||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
|
||||
|
||||
|
||||
# boot.plymouth = {
|
||||
# enable = true;
|
||||
|
Reference in New Issue
Block a user