Update iso and installation instructions

This commit is contained in:
DashieTM 2025-03-02 17:10:13 +01:00
parent bf3230ad43
commit 4c5ebe9691
5 changed files with 275 additions and 120 deletions

View file

@ -3,11 +3,14 @@
lib,
modulesPath,
self,
inputs,
...
}: {
}: let
system = "x86_64-linux";
in {
imports = ["${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"];
nixpkgs.hostPlatform = {
system = "x86_64-linux";
system = system;
};
environment.systemPackages = with pkgs; [
@ -19,6 +22,7 @@
firefox
kitty
gnome-disk-utility
inputs.disko.packages.${system}.disko-install
];
networking = {
wireless.enable = false;