Christoph Cullmann's NixOS configuration
Find a file
2024-09-01 17:38:06 +02:00
beta ssd tuning 2024-08-24 18:42:03 +02:00
mini ssd tuning 2024-08-24 18:42:03 +02:00
neko ssd tuning 2024-08-24 18:42:03 +02:00
packages install my own fonts to the nix store 2024-09-01 17:22:32 +02:00
projects/kde get Plasma Workspace really compiling 2024-08-25 20:59:40 +02:00
share move secret stuff in own dir 2024-09-01 17:38:06 +02:00
.gitignore move secret stuff in own dir 2024-09-01 17:38:06 +02:00
README.md purge zfs links 2024-08-20 07:34:02 +02:00

build unstable installer

{ description = "installation media"; inputs.nixos.url = "nixpkgs/nixos-unstable"; outputs = { self, nixos }: { nixosConfigurations = { exampleIso = nixos.lib.nixosSystem { system = "x86_64-linux"; modules = [ "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix" ]; }; }; }; }

git init git add flake.nix nix --extra-experimental-features flakes --extra-experimental-features nix-command build .#nixosConfigurations.exampleIso.config.system.build.isoImage

sudo dd if=result/iso/nixos-24.05.20240108.317484b-x86_64-linux.iso of=/dev/sda bs=4M conv=fsync