Skip to content

safstromo/.dotfiles

Repository files navigation

Branches

Main

Main stuff

Nixos

Nixos config

Install:

  1. Install nix with luks encryption

  2. Create a shell with git and stow

nix-shell -p git stow
  1. Clone dotfiles

git clone https://github.com/safstromo/.dotfiles.git

  1. Run prepare_system.sh

Copy hardware-configuration into the config dir to build

  1. Add to config to enable flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
  1. Rebuild system to activate flakes
sudo nixos-rebuild switch
  1. Copy boot.initrd.luks.devices. line info from configuration.nix Edit grub settings if needed

  2. Rebuild flake

sudo nixos-rebuild switch --flake .#e00x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors