From 27c26f4ef77f73d848a70cef67f9d0a7beaf2b82 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Mon, 9 Mar 2026 21:09:15 -0400 Subject: [PATCH] update apple-silicon --- flake.lock | 6 +++--- flake.nix | 1 + system/default.nix | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index d5c4403..b060f7d 100644 --- a/flake.lock +++ b/flake.lock @@ -6,11 +6,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1771511514, - "narHash": "sha256-qhtonMK07BCVC/wZ+pZ9/MKhcTric7YUaCpW6pOg8IM=", + "lastModified": 1772952158, + "narHash": "sha256-RDR+7v1vaojweHI3FdPnuYPy4wRGfTKgeD5GXrXbfT0=", "owner": "nix-community", "repo": "nixos-apple-silicon", - "rev": "2b92d495204be0b10845c66361444dbc8441c68d", + "rev": "55b7c3c03e9b778d96a71f44400bbdda9a4cfda7", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index aecf5b5..2e684ec 100644 --- a/flake.nix +++ b/flake.nix @@ -183,6 +183,7 @@ "wheel" "networkmanager" "podman" + "pipewire" ]; hashedPassword = "$6$bvwRUFaJNMpH8rm3$FGDWFN6tBScJ/2DynAjnlZE8JRfyADN78d6c4GawxpAjyNLNE/AjQzMA09tLRqpKX7WnN5PIUZLAm2bT9/RbG0"; openssh.authorizedKeys.keys = [ diff --git a/system/default.nix b/system/default.nix index 36d936d..a7b8176 100755 --- a/system/default.nix +++ b/system/default.nix @@ -114,6 +114,8 @@ printing.enable = true; pipewire = { enable = true; + systemWide = true; + wireplumber.enable = true; alsa.enable = true; alsa.support32Bit = true; pulse.enable = true;