my nix setup
Find a file
2024-10-28 22:02:45 +01: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 fprintd: disable 2024-10-28 20:45:56 +01:00
dropfile.script.nix evil?? 2024-09-30 17:57:30 +02:00
home.nix pkgs.user: add elixir 2024-10-27 02:37:01 +02:00
init.sh update install process 2024-10-21 17:40:52 +02:00
install.sh install.sh: fix drive selection 2024-10-24 21:16:40 +02:00
nix-cmd.script.nix initial commit 2024-09-07 01:18:31 +02:00
nixos-edit.script.nix htop: add config 2024-10-23 17:29:03 +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 sl: dont use fprint 2024-10-28 14:16:58 +01:00
sshpc.script.nix initial commit 2024-09-07 01:18:31 +02:00
startsync.script.nix startsync: auto unmount when not ok 2024-10-28 22:02:45 +01:00
traewelling.script.nix traewelling: fix a newline problem 2024-10-28 21:56:26 +01: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