NixOS 23.11 and Flaking

This commit is contained in:
Greg Hellings
2023-11-28 10:30:17 -06:00
parent d472bf08d5
commit 2b7d613737
13 changed files with 252 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -ex
# Set passwords
echo "vagrant:vagrant" | chpasswd
echo "root:vagrant" | chpasswd
# Set ownership of things vagrant should own
chown -R vagrant:vagrant ~vagrant/
chown -R vagrant:wheel /etc/nixos