Skip to content

Commit 0e910b1

Browse files
committed
Fix ca certs
1 parent 2f35e09 commit 0e910b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
session required pam_unix.so
8989
EOF
9090
echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers
91+
cp -r ${pkgs.cacert}/etc/ssl /etc/ssl
9192
cp ${pkgs.sudo}/bin/sudo /usr/bin/sudo
9293
chmod 4755 /usr/bin/sudo
9394
'';

0 commit comments

Comments
 (0)