update apple-silicon

This commit is contained in:
Sean Kovacs 2026-03-09 21:09:15 -04:00
commit d4f6c9b004
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" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1771511514, "lastModified": 1772952158,
"narHash": "sha256-qhtonMK07BCVC/wZ+pZ9/MKhcTric7YUaCpW6pOg8IM=", "narHash": "sha256-RDR+7v1vaojweHI3FdPnuYPy4wRGfTKgeD5GXrXbfT0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixos-apple-silicon", "repo": "nixos-apple-silicon",
"rev": "2b92d495204be0b10845c66361444dbc8441c68d", "rev": "55b7c3c03e9b778d96a71f44400bbdda9a4cfda7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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

View file

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