diff options
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | flake.nix | 2 | ||||
-rw-r--r-- | host/hephaestus.nix | 2 |
3 files changed, 5 insertions, 7 deletions
@@ -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" } @@ -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; |