Skip to content

Commit

Permalink
Comment out 'stashy-sd-installer'
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiek committed Oct 27, 2024
1 parent b93ca4c commit 9afa8e4
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,15 @@
format = "sd-aarch64";
};

stashy-sd-installer = inputs.nixos-generators.nixosGenerate {
system = "aarch64-linux";
modules = [ ./machines/stashy inputs.nixos-hardware.nixosModules.raspberry-pi-4 ];
specialArgs = { inherit inputs; };
format = "sd-aarch64-installer";
};
# NOTE: Reason for commenting this out:
# For some reason 'sd-aarch64-installer' assigns the value of
# `users.users.root.initialHashedPassword`, which makes the
# machine unloggable.
# stashy-sd-installer = inputs.nixos-generators.nixosGenerate {
# system = "aarch64-linux";
# modules = [ ./machines/stashy inputs.nixos-hardware.nixosModules.raspberry-pi-4 ];
# specialArgs = { inherit inputs; };
# format = "sd-aarch64-installer";
# };
};
}

0 comments on commit 9afa8e4

Please sign in to comment.