Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 886 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 886 Bytes

phobos

This is an experimental NixOS install inside a VM.

bootstrap

# load nixos iso
# nixos-up
sudo nix-shell https://nix.cobi.dev/os-up

# generate ssh key, add to github
ssh-keygen -o -a 100 -t ed25519 -C "jacobi@phobos"

# clone repo
nix-shell -p git
git clone [email protected]:jpetrucciani/nix.git ~/cfg
cd ~/cfg

# initial switch. after this, you can use just `hms` to update!
$(nix build --no-link --print-out-paths --extra-experimental-features nix-command --extra-experimental-features flakes ~/cfg#hmx.phobos)/bin/switch

In this directory

This file defines the OS configuration for the phobos machine.

This is an auto-generated file by nixos-up that configures disks and other plugins for nixos.