update apple-silicon
This commit is contained in:
parent
95f11b1bc7
commit
27c26f4ef7
3 changed files with 6 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -183,6 +183,7 @@
|
|||
"wheel"
|
||||
"networkmanager"
|
||||
"podman"
|
||||
"pipewire"
|
||||
];
|
||||
hashedPassword = "$6$bvwRUFaJNMpH8rm3$FGDWFN6tBScJ/2DynAjnlZE8JRfyADN78d6c4GawxpAjyNLNE/AjQzMA09tLRqpKX7WnN5PIUZLAm2bT9/RbG0";
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
|
|||
|
|
@ -114,6 +114,8 @@
|
|||
printing.enable = true;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
systemWide = true;
|
||||
wireplumber.enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue