aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/optional/gui.nix2
-rw-r--r--hosts/ginaz/hardware-configuration.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/common/optional/gui.nix b/hosts/common/optional/gui.nix
index d480b5c..56650ff 100644
--- a/hosts/common/optional/gui.nix
+++ b/hosts/common/optional/gui.nix
@@ -13,7 +13,7 @@
pkgs.gv
pkgs.inkscape
pkgs.kdePackages.okular
- pkgs.master.libreoffice
+ pkgs.libreoffice
pkgs.libva-utils
pkgs.mako
pkgs.mangohud
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" = {