-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
NixOps test #142035
NixOps test #142035
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i only have two little nitpicks
users.users.person.isNormalUser = true; | ||
virtualisation.writableStore = true; | ||
virtualisation.memorySize = 1024 /*MiB*/; | ||
virtualisation.pathsInNixDB = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was since renamed (in #140792) to virtualisation.additionalPaths
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These PRs overlapped, so I couldn't apply the change in advance. Thanks for the reminder. Opened #143993.
Motivation for this change
Detect when nixops breaks.
cc @adisbladis for NixOps
cc @tfc for nixos vm testing
system.build.networkConfig
additionCloses #97166
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)