dotfiles
dotfiles copied to clipboard
My computing environment, in code form. Nix for my personal computer and my server. Mirror.
Tudor's dotfiles
These are configuration files for a system running NixOS.
This configuration supports root erasure on boot, using btrfs. It is disabled by default.
Installation
For non-NixOS:
- Install home-manager
- Clone this repo in
/etc/nixos. - Create password file:
- If using root erasing,
mkpasswd -m sha-512 | sudo tee /persist/passwds/.$username.passwd - If not,
mkpasswd -m sha-512 | sudo tee /root/passwds/.$username.passwd
sudo nixos-rebuild switch --flake .#<machine_name>