my nix setup
Find a file
2024-10-23 10:00:30 +02:00
.gitignore initial commit 2024-09-07 01:18:31 +02:00
bright.script.nix initial commit 2024-09-07 01:18:31 +02:00
configuration.nix pkgs.system: add jq 2024-10-22 06:55:10 +02:00
dropfile.script.nix evil?? 2024-09-30 17:57:30 +02:00
home.nix nixos-edit: command for adding packages 2024-10-23 10:00:30 +02:00
init.sh update install process 2024-10-21 17:40:52 +02:00
install.sh install.sh: add hardware-configuration stuff 2024-10-21 17:53:50 +02:00
nix-cmd.script.nix initial commit 2024-09-07 01:18:31 +02:00
nixos-edit.script.nix nixos-edit: command for adding packages 2024-10-23 10:00:30 +02:00
pushfile.script.nix evil?? 2024-09-30 17:57:30 +02:00
README.md Update README.md 2024-10-21 17:44:17 +02:00
sl.script.nix initial commit 2024-09-07 01:18:31 +02:00
sshpc.script.nix initial commit 2024-09-07 01:18:31 +02:00
startsync.script.nix initial commit 2024-09-07 01:18:31 +02:00
traewelling.script.nix traewelling: always enable color 2024-10-22 22:00:12 +02:00

Setup

install.sh process

curl -o install.sh https://git.tudbut.de/TudbuT/nix-setup/raw/branch/main/install.sh
bash install.sh

init.sh process

(all in root)

with formatted drive, run:

nixos-generate-config --root /mnt
cd /mnt/etc/nixos
vim hardware-configuration.nix

-> and insert:

boot.loader.grub.device = "/dev/ d i s k ";
networking.hostName = "TudbuT-Nix m a c h i n e";'

quit and run:

nix-shell -p git
rm configuration.nix
git clone https://git.tudbut.de/tudbut/nix-setup
pushd nix-setup ; mv $(ls -a) .. ; popd
exit
bash init.sh
nixos-install

reboot and run on the install:

nixos-edit init