my nixos dotfiles
- Nix 97.4%
- Shell 1.3%
- Makefile 1.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| assets | ||
| home | ||
| hosts | ||
| modules | ||
| users/qualmlu | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| makefile | ||
| README.md | ||
nix-dotfiles
my nixos dotfiles
how to install
-
boot into a NixOS live environment
-
execute
sudo nix --extra-experimental-features "nix-command flakes" run github:nix-community/disko/latest -- \ --mode disko \ --flake "git+https://git.alu-group.eu/qualmluc/nix-dotfiles#host" -
finalize with
sudo nixos-install --flake "git+https://git.alu-group.eu/qualmluc/nix-dotfiles#host" -
At last, reboot
sudo reboot
Optional: throw the pin with
sudo systemd-cryptenroll /dev/disk/by-partlabel/disk-main-root \
--wipe-slot=fido2 \
--fido2-device=auto \
--fido2-with-client-pin=no
and
sudo systemd-cryptenroll /dev/disk/by-partlabel/disk-main-swap \
--wipe-slot=fido2 \
--fido2-device=auto \
--fido2-with-client-pin=no