Skip to content

abidingabi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Install

First, format the drive appropriately (follow the NixOS manual). Then, mount it and clone this repository:

git clone https://github.com/abidingabi/dotfiles /mnt/etc/nixos

Then, add the device to flake.nix, and create its configuration at devices/hostname.nix.

Finally, install NixOS:

nix-shell -p nixUnstable 
nixos-install --flake /mnt/etc/nixos#hostname

Deploying to headless systems

To deploy to headless systems, run:

./deploy-to-headless-systems.sh

This requires ssh access to root on the headless systems, and assumes that both the local and remote systems are running NixOS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published