From 6e7d84812d6a997b0db8af5b9e1bc6607fcfd05a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 8 Dec 2023 10:04:16 +0100 Subject: Update to 23.11 --- flake.lock | 8 ++++---- flake.nix | 2 +- host/hephaestus.nix | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 66ec8b6..30935f7 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1692794066, - "narHash": "sha256-H0aG8r16dj0x/Wz6wQhQxc9V7AsObOiHPaKxQgH6Y08=", + "lastModified": 1701952659, + "narHash": "sha256-TJv2srXt6fYPUjxgLAL0cy4nuf1OZD4KuA1TrCiQqg0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fc944919f743bb22379dddf18dcb72db6cff84aa", + "rev": "b4372c4924d9182034066c823df76d6eaf1f4ec4", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.05", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index cafe695..15d4326 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "System environment of Adrian Kummerlaender"; inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-23.05; + nixpkgs.url = github:NixOS/nixpkgs/nixos-23.11; pkgs-personal.url = github:KnairdA/pkgs/master; }; diff --git a/host/hephaestus.nix b/host/hephaestus.nix index 6a674bc..3c22dbe 100644 --- a/host/hephaestus.nix +++ b/host/hephaestus.nix @@ -38,8 +38,6 @@ hardware.nvidia.package = pkgs.linuxPackages.nvidia_x11; - environment.systemPackages = [ pkgs.zenith-nvidia ]; - hardware.bluetooth.enable = true; services.blueman.enable = true; -- cgit v1.2.3