Skip to content
/ config Public

🐧 NixOS configuration flake

Notifications You must be signed in to change notification settings

pweth/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐧 Config

NixOS configuration flake.

Devices

Hostname System
Emperor Dell XPS 13 9360
Humboldt Dell OptiPlex 3050 Micro
Macaroni Oracle VM E2.1.Micro
Rockhopper Raspberry Pi Model 3B+

Installation

  1. Load up a fresh NixOS installation.
  2. Update /etc/ssh/ssh_host_ed25519_key or generate using:
    ssh-keygen -f /etc/ssh/ssh_host_ed25519_key -N "" -t ed25519
    
  3. Clone this repository:
    nix-shell -p git
    git clone [email protected]:pweth/config.git
    
  4. Update attrs/hosts.toml and hosts/HOST.nix as required.
  5. Re-build the system using:
    sudo nixos-rebuild switch --flake /etc/nixos/config#HOST
    

Notes

About

🐧 NixOS configuration flake

Resources

Stars

Watchers

Forks