Give execution permission to scripts
This commit is contained in:
parent
6237a2f93e
commit
fa1ec47778
|
@ -45,6 +45,7 @@ mount_datasets() {
|
|||
}
|
||||
|
||||
install_system() {
|
||||
nixos-generate-config --root /mnt
|
||||
nix-shell -p git nixFlakes --command "nixos-install --root /mnt --flake ."
|
||||
passwd
|
||||
passwd coolneng
|
||||
|
|
Loading…
Reference in New Issue