From 9039fe0dd9856e4f12c294618a2407d375a234b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sat, 20 Aug 2022 14:14:21 +0200 Subject: [PATCH] :broom: update stateVersion --- hosts/nixos-desktop/default.nix | 2 +- hosts/nixos-laptop/default.nix | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/hosts/nixos-desktop/default.nix b/hosts/nixos-desktop/default.nix index 025114e..a930f88 100644 --- a/hosts/nixos-desktop/default.nix +++ b/hosts/nixos-desktop/default.nix @@ -95,5 +95,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "21.05"; # Did you read the comment? + system.stateVersion = "22.05"; # Did you read the comment? } diff --git a/hosts/nixos-laptop/default.nix b/hosts/nixos-laptop/default.nix index c6e1ec1..f6012e9 100644 --- a/hosts/nixos-laptop/default.nix +++ b/hosts/nixos-laptop/default.nix @@ -36,11 +36,6 @@ xserver.libinput.enable = true; xserver.libinput.touchpad.disableWhileTyping = true; printing.enable = true; - pipewire = { - enable = true; - alsa.enable = true; - pulse.enable = true; - }; }; hardware.bluetooth.enable = true; @@ -145,5 +140,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "21.05"; # Did you read the comment? + system.stateVersion = "22.05"; # Did you read the comment? }