From 1aed5480c02ac997391575266ccdaf1fa0be4240 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 27 Nov 2022 18:56:01 +0100 Subject: [PATCH 1/2] zephyrus: enable udisks2 --- hosts/zephyrus/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index 721e854..fc17a28 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -98,6 +98,7 @@ my.gui.enable = true; services.udev.packages = [pkgs.chrysalis]; + services.udisks2.enable = true; hardware.bluetooth = { enable = true; From a694d46ae44fbd46d0907401aadcb894f95787b5 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 27 Nov 2022 18:56:10 +0100 Subject: [PATCH 2/2] flake: bump nixpkgs to 22.11-beta --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 00f8652..d784b86 100644 --- a/flake.lock +++ b/flake.lock @@ -106,16 +106,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1667811565, - "narHash": "sha256-HYml7RdQPQ7X13VNe2CoDMqmifsXbt4ACTKxHRKQE3Q=", + "lastModified": 1669061335, + "narHash": "sha256-hq6EILj/H/z+kpGyU9X3cy1F6vaRKmNFnRY1y36U6Ow=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "667e5581d16745bcda791300ae7e2d73f49fff25", + "rev": "bb029673bface2fc9fb807f209f63ca06478a72d", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "22.11-beta", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 5ed22ed..f76f2a7 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixos-unstable"; + ref = "22.11-beta"; }; nixpkgs-unstable-small = {