nixos-config/profiles
2023-07-10 21:29:13 -05:00
..
homelab Added useful apps for my homelab 2023-07-10 21:29:13 -05:00
personal Fixed docker configuration 2023-07-10 21:24:25 -05:00
work Accidentally deleted bridge earlier 2023-06-27 09:22:02 -05:00
README.org Improved documentation 2023-06-21 10:31:09 -05:00

System Profiles

This directory contains various system profiles which can easily be set in my flake.nix by setting the profile variable. Each profile directory contains a configuration.nix for system-level configuration and a home.nix for user-level configuration. Setting the profile variable in my flake will automatically source the correct configuration.nix and home.nix.

Current profiles I have available are:

  • Personal - What I would run on a personal laptop/desktop*
  • Work - What I would run on a work laptop/desktop (if they let me bring my own OS :P)
  • Homelab - What I would run on a server or homelab

*My personal and work profiles are actually functionally identical (the work profile is actually imported into the personal profile)! The only difference between them is that my personal profile has a few extra things like gaming and social apps.