Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a NixOS test for setting a user's passwordFile with agenix; and some features/fixes this required #40

Merged
merged 3 commits into from
May 10, 2021

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    ecee2c7 View commit details
    Browse the repository at this point in the history
  2. feature: use uid 0 and gid 0 as default owner and group (consider the…

    …m root)
    
    This assumes that the root user is always uid 0 and gid 0, which I
    believe is a safe assumption. The reason to add this is because when a
    declarative VM (for example, a NixOS test) or image boots the first
    time, the installRootOwnedSecrets activation script runs BEFORE the
    "users" and "groups" activation scripts, so the user and group for
    root is not created. Using uid 0 and gid 0 gets around the root user
    not being set up yet.
    ryantm committed May 9, 2021
    Configuration menu
    Copy the full SHA
    6aec688 View commit details
    Browse the repository at this point in the history
  3. dev: add integration test

    ryantm committed May 9, 2021
    Configuration menu
    Copy the full SHA
    419c6cc View commit details
    Browse the repository at this point in the history