update to NixOS 24.11

This commit is contained in:
Sébastien Bourdeauducq 2024-12-03 18:04:29 +08:00
parent bf5533e297
commit 81a81b5d03
2 changed files with 3 additions and 9 deletions

View File

@ -67,7 +67,7 @@
pavucontrol
rink
gimp
gnome3.gnome-tweaks
gnome-tweaks
libreoffice-fresh
vscodium
];
@ -76,15 +76,9 @@
programs.wireshark.enable = true;
programs.wireshark.package = pkgs.wireshark;
hardware.opengl.driSupport = true;
services.openssh.enable = true;
services.openssh.settings.PasswordAuthentication = false;
sound.enable = true;
hardware.pulseaudio.enable = true;
hardware.pulseaudio.package = pkgs.pulseaudioFull;
services.xserver.enable = true;
services.xserver.xkb.layout = "us";
@ -134,5 +128,5 @@
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "24.05"; # Did you read the comment?
system.stateVersion = "24.11"; # Did you read the comment?
}

View File

@ -1,5 +1,5 @@
{
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-24.05;
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-24.11;
inputs.artiq.url = git+https://github.com/m-labs/artiq.git?ref=release-8;
outputs = { self, nixpkgs, artiq }: {
nixosConfigurations.artiq = nixpkgs.lib.nixosSystem {