From fa1ec477784169fe381c2cb4fd13870bcfeb129a Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 12 Aug 2021 22:22:36 +0100 Subject: [PATCH] Give execution permission to scripts --- scripts/backup.sh | 0 scripts/install.sh | 1 + 2 files changed, 1 insertion(+) mode change 100644 => 100755 scripts/backup.sh mode change 100644 => 100755 scripts/install.sh diff --git a/scripts/backup.sh b/scripts/backup.sh old mode 100644 new mode 100755 diff --git a/scripts/install.sh b/scripts/install.sh old mode 100644 new mode 100755 index 47c2714..b4290af --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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