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