add guix. also comment about dvd rule

This commit is contained in:
Miranda Marquez 2024-06-12 15:17:05 -08:00
parent 81203ab745
commit 704b95dd79

View File

@ -106,6 +106,8 @@ openssl
openssl.dev openssl.dev
openssl.out openssl.out
sbcl sbcl
guix
# cmake # cmake
# harfbuzz # harfbuzz
# freetype # freetype
@ -131,6 +133,7 @@ sbcl
# glibc # glibc
# gobject-introspection # gobject-introspection
]; ];
# for Apple Super Driver - usb dvd player
services.udev.extraRules = '' services.udev.extraRules = ''
ACTION=="add", ATTRS{idProduct}=="1500", ATTRS{idVendor}=="05ac", DRIVERS=="usb", RUN+="${pkgs.sg3_utils}/bin/sg_raw /dev/$kernel EA 00 00 00 00 00 01" ACTION=="add", ATTRS{idProduct}=="1500", ATTRS{idVendor}=="05ac", DRIVERS=="usb", RUN+="${pkgs.sg3_utils}/bin/sg_raw /dev/$kernel EA 00 00 00 00 00 01"
''; '';
@ -150,6 +153,7 @@ sbcl
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
services.guix.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];