Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 883 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 883 Bytes

Installation

  1. Create partitions under the NixOS Installation section.
  2. Ensure keys.txt is located at /mnt/var/lib/sops-nix/
  3. Follow the installation guide and run sudo nixos-install --no-root-passwd --flake .#hostname in this directory, instead of nixos-install.

Usage

To rebuild the system after changes in hosts/:

sudo nixos-rebuild switch --flake .#hostname

After making changes in home/:

home-manager switch --flake .#sadbeast@hostname

References

This was intitially setup using https://github.com/Misterio77/nix-starter-configs

Encypted Btrfs Root with Opt-in State on NixOS