Git Product home page Git Product logo

nixos-config's Introduction

My NixOS Configurations

This repository contains the configurations for my NixOS-machines.

General Structure

The general layout of this repository is as follows:

  • flake.nix entrypoint that defines NixOS-configurations for all my hosts.
  • hosts/ contains per-host configurations. These use other existing modules/ and home-modules/ to configure a system.
  • module/ contains NixOS-modules related to individual things, i.e., ZFS or docker configuration. These are meant to be reusable, and are built upon by the hosts in hosts/.
  • home-modules/ contains home-manager modules, for things that are not in NixOS, or where home-manager offers more configuration options. Usually more high-level and desktop-y.
  • dotfiles/ contains dotfiles for various programs and editors, which are either symlinked or copied into the built system.
  • bin/ contains binaries/scripts that are added to $PATH using home-manager.
  • scripts/ contains scripts that should not be on $PATH, but are somehow related to a system.
  • cachix.nix and cachix/ contain (boilerplate) cachix configuration.
  • justfile commands I regularly use for managing my config, bundled up for usage with just. Very handy to write down commands I don't want to forget.

Setting Up a New Host

Instructions for setting up a new host can be found here.

Shoutouts

Thanks and shoutouts to good resources:

License

Everything in this repo is licensed under CC0, see LICENSE for further information. Please let me know if you find anything that can't be licensed under CC0 in this repo.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed under CC0, without any additional terms or conditions.

nixos-config's People

Contributors

futile avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.