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 = { 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;