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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1fef42dde928
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 14f53e5251b2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 15, 2017

  1. Copy the full SHA
    812346c View commit details
  2. google-compute-image module: use google services

    This adds a few google-specific services to setup the machine.
    
    Accounts are now dynamically created using the google-accounts-daemon,
    which allows to click on the "SSH" button in the console and have it
    working.
    
    The NixOS image now supports the userdata startup and shutdown scripts.
    
    Misc:
    * add all the google services from https://github.com/GoogleCloudPlatform/compute-image-packages/tree/master/google_compute_engine_init/systemd
    * add udev rules for disk labels
    * synched sysctl rules with https://github.com/GoogleCloudPlatform/compute-image-packages/blob/master/google_config/sysctl/11-gce-network-security.conf
    zimbatm committed Jul 15, 2017
    Copy the full SHA
    c93d68b View commit details

Commits on Jul 19, 2017

  1. Merge pull request #26214 from zimbatm/google-compute-image

    Google compute image
    zimbatm authored Jul 19, 2017
    Copy the full SHA
    14f53e5 View commit details
Loading