summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-12-05 11:53:58 +0000
committerDevin Finlinson <devin.finlinson@pm.me>2024-12-05 11:53:58 +0000
commit42cff06ed263aca59ca6a24805e6a9c43bc04344 (patch)
tree0e158d8255090418a7500773b03b2013e426883e /machines
parent9d962341ae3feaceb95ae03e7eaaeffe98708a6a (diff)
nixos 24.11 release, necessary changes
Diffstat (limited to 'machines')
-rw-r--r--machines/betsy/configuration.nix4
-rw-r--r--machines/khad/configuration.nix11
-rw-r--r--machines/zenbook/configuration.nix4
3 files changed, 8 insertions, 11 deletions
diff --git a/machines/betsy/configuration.nix b/machines/betsy/configuration.nix
index a837d31..cebf038 100644
--- a/machines/betsy/configuration.nix
+++ b/machines/betsy/configuration.nix
@@ -84,8 +84,8 @@
hardware.pulseaudio.enable = false;
# OR
services.pipewire = {
- enable = true;
- pulse.enable = true;
+ # enable = true;
+ # pulse.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix
index c36c941..b16ecb5 100644
--- a/machines/khad/configuration.nix
+++ b/machines/khad/configuration.nix
@@ -33,12 +33,9 @@
# services.xserver.videoDrivers = [ "nvidia" ];
services.displayManager.sddm.autoNumlock = true;
- hardware.opengl = {
- enable = true;
- # if hardware.opengl.driSupport is enabled, mesa is installed and provides Vulkan of supported hardware.
- driSupport = true;
- # needed by nvidia-docker
- driSupport32Bit = true;
+ hardware.graphics = {
+ # enable = true;
+ enable32Bit = true;
};
environment.shellInit = ''export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/machines/khad/configuration.nix"'';
@@ -88,7 +85,7 @@
services.printing.enable = true;
# Enable sound.
- sound.enable = true;
+ # sound.enable = true;
security.rtkit.enable = true; #not sure what this does
services.pipewire = {
enable = true;
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix
index 25ea805..8829caf 100644
--- a/machines/zenbook/configuration.nix
+++ b/machines/zenbook/configuration.nix
@@ -42,7 +42,7 @@
# wayland.enable = true;
settings = {
# Wayland.EnableHiDPI = "true";
- X11.ServerArguments = "-nolisten tcp -dpi 170";
+ # X11.ServerArguments = "-nolisten tcp -dpi 170";
};
};
networking = {
@@ -80,7 +80,7 @@
# Enable sound.
- sound.enable = true;
+ # sound.enable = true;
# hardware.pulseaudio.enable = true;