Giter Site home page Giter Site logo

svend / devops-at-home Goto Github PK

View Code? Open in Web Editor NEW

This project forked from knopki/devops-at-home

0.0 2.0 0.0 1.36 MB

Configuration management of my personal machines, because why not

License: MIT License

Nix 77.49% CSS 2.08% Vim Script 7.39% Emacs Lisp 10.11% Shell 2.94%

devops-at-home's Introduction

devops@home

Configuration management of the my personal machines, my dotfiles, my other somethings. Because why not.

Setup

Requirements:

  • nix (pkgs.nixFlakes)
  • direnv && nix-direnv

direnv allow and everything is ready.

Usage

Check configuration:

nix flake check

Switch to configuration:

nixos-rebuild switch --flake .#hostname

Build an ISO:

nix build -v .#nixosConfigurations.iso.config.system.build.isoImage

Open shell with package:

nix shell .#packages.x86_64-linux.winbox

Show Me What You Got

├───checks
│   └───x86_64-linux
│       ├───alien: derivation 'nixos-system-alien-20.03.20200816.f8a10a7'
│       ├───doom-emacs: derivation 'emacs-with-packages-26.3'
│       ├───winbox: derivation 'winbox-bin-3.20'
│       └───winbox-bin: derivation 'winbox-bin-3.20'
├───devShell
│   ├───aarch64-linux: development environment 'nix-shell'
│   ├───i686-linux: development environment 'nix-shell'
│   ├───x86_64-darwin: development environment 'nix-shell'
│   └───x86_64-linux: development environment 'nix-shell'
├───nixosConfigurations
│   ├───alien: NixOS configuration
│   └───iso: NixOS configuration
├───nixosModules
│   ├───azire-vpn: NixOS module
│   ├───boot: NixOS module
│   ├───cachix: NixOS module
│   ├───home-manager: NixOS module
│   ├───meta: NixOS module
│   └───profiles: NixOS module
├───overlay: Nixpkgs overlay
├───overlays: unknown
└───packages
    ├───aarch64-linux
    │   └───doom-emacs: package 'emacs-with-packages-26.3'
    ├───i686-linux
    │   ├───doom-emacs: package 'emacs-with-packages-26.3'
    │   ├───winbox: package 'winbox-bin-3.20'
    │   └───winbox-bin: package 'winbox-bin-3.20'
    ├───x86_64-darwin
    │   └───doom-emacs: package 'emacs-with-packages-26.3'
    └───x86_64-linux
        ├───doom-emacs: package 'emacs-with-packages-26.3'
        ├───winbox: package 'winbox-bin-3.20'
        └───winbox-bin: package 'winbox-bin-3.20'

devops-at-home's People

Contributors

knopki 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.