aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
new file mode 100755
index 0000000..c809cc9
--- /dev/null
+++ b/scripts/install.sh
@@ -0,0 +1,14 @@
+#!/usr/bin/env bash
+
+sudo -i
+
+# Partitioning, formatting and mounting
+sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode zap_create_mount ./disko.nix
+
+# Installing
+nixos-install --flake https://github.com/cu1ch3n/nixbook#nixbook --no-root-passwd
+
+# Setting up password files
+mkdir -p /mnt/persist/passwordFiles
+mkpasswd -m SHA-512 -s > /mnt/persist/passwordFiles/root
+mkpasswd -m SHA-512 -s > /mnt/persist/passwordFiles/chen