my nix setup
.gitignore | ||
bright.script.nix | ||
configuration.nix | ||
dropfile.script.nix | ||
home.nix | ||
init.sh | ||
nix-cmd.script.nix | ||
nixos-edit.script.nix | ||
pushfile.script.nix | ||
README.md | ||
sl.script.nix | ||
sshpc.script.nix | ||
startsync.script.nix |
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