irssi: join #idris and #plt
[julm/julm-nix.git] / install
diff --git a/install b/install
index b211adf4bff6d06aff7e6a58424f281459596e07..dc6b752cfb4759f45a83289652b663263935700f 100755 (executable)
--- a/install
+++ b/install
@@ -3,9 +3,10 @@ if test "$(id -u)" != 0
 then sudo "$0" "$@"
 else
   cd "${0%/*}"
+  chmod -R g-rwx,o-rwx "$PWD/private/root"
   ln -sfn "$PWD/private/root" /root/private
   trap 'git reset private/root' EXIT
   git rm -rf --cached --ignore-unmatch private/root # prevent copying to /nix/store
-  nixos-rebuild switch --flake . "$@"
-  nix-env --delete-generations +2 --profile /nix/var/nix/profiles/system
+  time nixos-rebuild switch --flake . "$@"
+  nix-env --delete-generations +9 --profile /nix/var/nix/profiles/system
 fi