Skip to content

Commit

Permalink
Merge pull request #13 from UTCSheffield/iLikeToCode-patch-1
Browse files Browse the repository at this point in the history
install git by default
  • Loading branch information
devramsean0 authored Nov 7, 2024
2 parents f131256 + a74b58e commit 927892f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion machines/iso.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ with lib;
environment.etc."setup.sh".source = ../setup.sh;
environment.etc."setup.sh".mode = "0755";

environment.systemPackages = [
pkgs.git
];

services.getty.autologinUser = lib.mkForce "root";
}
}
1 change: 0 additions & 1 deletion setuppt2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ read -p "Target Config (ex: makerlab-3040) " config
mkdir -p /mnt/etc
mkdir -p /mnt/etc/nixos

nix-env -iA nixos.git
git clone https://github.com/UTCSheffield/olp-nixos-config /mnt/etc/nixos

nixos-install --flake /mnt/etc/nixos#$config
Expand Down

0 comments on commit 927892f

Please sign in to comment.