update apple-silicon

This commit is contained in:
Sean Kovacs 2026-03-09 21:09:15 -04:00
commit 27c26f4ef7
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 6 additions and 3 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -183,6 +183,7 @@
"wheel"
"networkmanager"
"podman"
"pipewire"
];
hashedPassword = "$6$bvwRUFaJNMpH8rm3$FGDWFN6tBScJ/2DynAjnlZE8JRfyADN78d6c4GawxpAjyNLNE/AjQzMA09tLRqpKX7WnN5PIUZLAm2bT9/RbG0";
openssh.authorizedKeys.keys = [

View file

@ -114,6 +114,8 @@
printing.enable = true;
pipewire = {
enable = true;
systemWide = true;
wireplumber.enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;