my nix setup
Find a file
2024-10-21 09:58:29 +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 services.set_battery_threshold: dont run without battery 2024-10-20 11:00:11 +02:00
dropfile.script.nix evil?? 2024-09-30 17:57:30 +02:00
home.nix pkgs.home: add libreoffice, remove glib 2024-10-21 09:58:29 +02:00
init.sh fancier output 2024-10-19 02:41:11 +02:00
nix-cmd.script.nix initial commit 2024-09-07 01:18:31 +02:00
nixos-edit.script.nix nixos-edit: add clean mode 2024-10-20 10:58:28 +02:00
pushfile.script.nix evil?? 2024-09-30 17:57:30 +02:00
README.md improve readme 2024-10-19 03:40:05 +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

Setup

(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