Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: e88113846c1a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 407be0a57734
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 2, 2020

  1. nixos/cage: init

    Add a cage module to nixos. This can be used to make kiosk-style
    systems that boot directly to a single application. The user (demo by
    default) is automatically logged in by this service and the
    program (xterm by default) is automatically started.
    
    This is useful for some embedded, single-user systems where we want
    automatic booting. To keep the system secure, the user should have
    limited privileges.
    
    Based on the service provided in the Cage wiki here:
    
    https://github.com/Hjdskes/cage/wiki/Starting-Cage-on-boot-with-systemd
    
    Co-Authored-By: Florian Klink <flokli@flokli.de>
    matthewbauer and flokli committed Mar 2, 2020
    Copy the full SHA
    e0e4d59 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Merge pull request #81327 from flokli/add-cage

    nixos/cage: init
    flokli committed Mar 3, 2020
    Copy the full SHA
    407be0a View commit details
    Browse the repository at this point in the history