🧹 update stateVersion

dev-docs
Moritz Böhme 2022-08-20 14:14:21 +02:00
parent 2892d1c1a1
commit 9039fe0dd9
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 2 additions and 7 deletions

View File

@ -95,5 +95,5 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (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?
} }

View File

@ -36,11 +36,6 @@
xserver.libinput.enable = true; xserver.libinput.enable = true;
xserver.libinput.touchpad.disableWhileTyping = true; xserver.libinput.touchpad.disableWhileTyping = true;
printing.enable = true; printing.enable = true;
pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
};
}; };
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
@ -145,5 +140,5 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (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?
} }