Skip to content

wrmilling/nixos-configuration

Repository files navigation

NixOS Configuration

A work in progress NixOS configuration that can handle NixOS and nix-darwin on multiple hosts.

neofetch screenshot

General Layout

  • flake.nix (Entrypoint for rebuilding via nixos-rebuild or home-manager)
  • flake.lock (Lockfile for current nix flake state)
  • configurations/darwin - (Definition of mac-based hosts)
    • work (Laptop, Apple M1 Macbook Pro 16")
  • configurations/home (User level configuration per machine via home-manager)
    • common (Re-usable configurations for users in home-manager, to be migrated)
    • darwin (Specific home-manager configuration for darwin)
    • haley (User specific home manager configuration to be re-used in multiple hosts)
    • riker (Machine specific home-manager configuration for riker)
    • serenity (Machine specific home-manager configuration for serenity)
    • server (Basic home-manager configuration for generic servers)
    • w4cbe (User specific home manager configuration to be re-used in multiple hosts)
  • configurations/nixos - (Definition of physical/virutal hosts)
  • custom (Custom packages, modules, and overlays for my configuration)
    • overlays (Custom overlays, primarily used for packages currently)
    • pkgs (Custom Packages, mainly items not yet in official nixpkgs)
  • modules (NixOS and Home Manager re-usable modules)
  • secrets (Basic secrets, primarily git-crypt encrypted files)

Credits

About

NixOS Configuration for my Servers, Desktops, and Laptops.

Topics

Resources

License

Stars

Watchers

Forks

Languages