2023-08-13 23:58:13 -05:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
set -ex
|
|
|
|
|
|
|
|
|
|
# Set passwords
|
|
|
|
|
echo "vagrant:vagrant" | chpasswd
|
|
|
|
|
echo "root:vagrant" | chpasswd
|
|
|
|
|
|
|
|
|
|
# Set ownership of things vagrant should own
|
2023-08-22 00:18:02 -05:00
|
|
|
chown -R vagrant:vagrant ~vagrant/
|
2023-08-13 23:58:13 -05:00
|
|
|
chown -R vagrant:wheel /etc/nixos
|