This file extends `-smb' to add a share for the Nix store, and changes the name of the default share. --- a/net/slirp.c +++ b/net/slirp.c @@ -515,8 +515,12 @@ static int slirp_smb(SlirpState* s, const char *exported_dir, "log file=%s/log.smbd\n" "smb passwd file=%s/smbpasswd\n" "security = share\n" - "[qemu]\n" - "path=%s\n" + "[store]\n" + "path=/gnu/store\n" + "read only=yes\n" + "guest ok=yes\n" + "[xchg]\n" + "path=%s/xchg\n" "read only=no\n" "guest ok=yes\n", s->smb_dir, acd3c76a58ebe70f98be654f09cbd4166093ab'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/raspberry-pi.scm
AgeCommit message (Expand)Author
2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice
2023-01-18gnu: Add rpi-fbcp....Maxim Cournoyer
2023-01-18gnu: Add raspberrypi-userland....Maxim Cournoyer
2023-01-10gnu: Add waveshare-dtoverlays....Maxim Cournoyer
2022-12-13gnu: Add rpi-imager....Maxim Cournoyer
2022-12-01gnu: raspberry-pi: Add a bootloader-chain for the Raspberry Pi and os examples....Stefan
2022-12-01gnu: raspberry-pi: New make-raspi-bcm28-dtbs procedure....Stefan
2022-12-01gnu: raspberry-pi: Add helpers for config.txt file generation....Stefan
2022-12-01gnu: raspberry-pi: Add defconfig objects to build customized Linux kernels....Stefan