GithubHelp home page GithubHelp logo

conf's Introduction

conf

Reproducible system configurations with Nix! All software and most configuration should be tracked with Nix, with some exceptions outlined below.

NetworkManager

NetworkManager connections, passwords, etc. must be manually reconfigured. I tried using a static configuration, but switched to a dynamic setup, since the configurations tended to need tweaking for each machine (so reproducibility is not as valuable).

OpenVPN

OpenVPN can be configured using NetworkManager:

▶ sudo nmcli con import type openvpn file my-vpn.ovpn
▶ nmcli con up my-vpn

Note that using sudo ensured that any imported credentials are only accessible by root. In particular, it may be convenient to import password-less private keys, in which case it is crucial to prevent untrusted non-root programs from reading your keys.

Storing password-less private keys on an encrypted disk with a strong master password is equivalent to using "keyring" or "keychain" software (i.e. a password manager).

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.