This commit is contained in:
Sebastian Moser
2024-02-16 02:01:28 +01:00
parent d21bc3c7c5
commit aacc9e9eed
16 changed files with 233 additions and 16 deletions

View File

@@ -27,16 +27,15 @@
];
environment.systemPackages = with pkgs; [
cifs-utils
nfs-utils
ntfs3g
dhcpcd
looking-glass-client
];
# enable ntp
#services.ntp.enable = true;
# if i hibernate and ren unhibernate in the school network ... the time will be off, because 0.nixos.pool.ntp.org can't be reached
@@ -180,6 +179,7 @@
security.polkit.enable = true;
services.avahi.enable = true;
services.avahi.hostName = "c2vi";
networking.networkmanager.enable = true;
#networking.networkmanager.extraConfig = ''
@@ -421,7 +421,7 @@
virtualisation.kvmgt.enable = true;
boot.extraModprobeConfig = "options i915 enable_guc=2";
boot.kernelParams = [ "intel_iommu=on" ];
boot.kernelParams = [ "intel_iommu=on" "pcie_aspm=force" ];
virtualisation.kvmgt.vgpus = {
"i915-GVTg_V5_8" = {