aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-04-14 11:04:14 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-04-14 11:04:14 -0700
commit28fdba56260fe7ba2522ea8838ce1dbe1f7640b4 (patch)
treed5cefa6ffd95ceb69e7afdf42a66911e5418e141 /hosts
parent268315eec80ffb0fbb6ef7e8bec0b571244a5c0a (diff)
downloadnix-28fdba56260fe7ba2522ea8838ce1dbe1f7640b4.tar
nix-28fdba56260fe7ba2522ea8838ce1dbe1f7640b4.tar.gz
nix-28fdba56260fe7ba2522ea8838ce1dbe1f7640b4.tar.bz2
nix-28fdba56260fe7ba2522ea8838ce1dbe1f7640b4.tar.lz
nix-28fdba56260fe7ba2522ea8838ce1dbe1f7640b4.tar.xz
nix-28fdba56260fe7ba2522ea8838ce1dbe1f7640b4.tar.zst
nix-28fdba56260fe7ba2522ea8838ce1dbe1f7640b4.zip
Add ntsync kernel module @ginazHEADmaster
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ginaz/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix
index 670a58c..108f2d4 100644
--- a/hosts/ginaz/hardware-configuration.nix
+++ b/hosts/ginaz/hardware-configuration.nix
@@ -10,7 +10,7 @@
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
- boot.kernelModules = [ "kvm-amd" ];
+ boot.kernelModules = [ "kvm-amd" "ntsync" ];
boot.extraModulePackages = [ ];
fileSystems."/boot" = {