Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup hosts/ a bit #31

Merged
merged 3 commits into from
Nov 29, 2023
Merged

cleanup hosts/ a bit #31

merged 3 commits into from
Nov 29, 2023

Commits on Nov 29, 2023

  1. hosts: remove host modules

    These are toplevel NixOS config files, and actually shouldn't be further
    composed.
    
    Rename them to configuration.nix, and import them directly.
    
    Signed-off-by: Florian Klink <flokli@flokli.de>
    flokli committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5349cf9 View commit details
    Browse the repository at this point in the history
  2. hosts: remove build01

    This isn't currently used.
    
    Signed-off-by: Florian Klink <flokli@flokli.de>
    flokli committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c856ee3 View commit details
    Browse the repository at this point in the history
  3. README: remove build01

    The docs seme to be outdated, if this isn't used.
    
    Let's remove all references to build01 for now.
    flokli committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d5b8a51 View commit details
    Browse the repository at this point in the history