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

make core an unecessary profile and add to suites #229

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

Pacman99
Copy link
Member

@Pacman99 Pacman99 commented Apr 3, 2021

Prevents mkHosts subverting standard devos api to import core and add
all necessary core features to mkHosts, so core can be safely deleted in
suites

Copy link
Contributor

@blaggacao blaggacao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please falsify my suspicions, here...

@@ -49,6 +49,11 @@ let
override.flake = inputs.override;
};

nix.allowedUsers = [ "@wheel" ];
nix.trustedUsers = [ "root" "@wheel" ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Is there a guarantee for root to exist? 2. Does it matter?
  2. Does this need to be here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe root is necessary for a nixos system, I could be wrong.
But that could go in the core profile, I'm not against that. devos would work fine without those lines.
The separation I did was fairly opinionated, and I've always had those lines in my hosts, so I thought it would make sense to include in mkHosts.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, @nrdxp did not have root in his config?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I'll just put this back in the core profile. It is definitely not needed, I guess I didn't think there would be a reason to not include it. But you have proved me wrong :).

@Pacman99 Pacman99 force-pushed the corereq-hosts branch 2 times, most recently from b370e78 to b648e20 Compare April 7, 2021 00:44
@Pacman99
Copy link
Member Author

Pacman99 commented Apr 7, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 7, 2021

👎 Rejected by too few approved reviews

Copy link
Collaborator

@nrdxp nrdxp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

bors bot added a commit that referenced this pull request Apr 7, 2021
229: make core an unecessary profile and add to suites r=nrdxp a=Pacman99

Prevents mkHosts subverting standard devos api to import core and add
all necessary core features to mkHosts, so core can be safely deleted in
suites

Co-authored-by: Pacman99 <pachum99@gmail.com>
@bors
Copy link
Contributor

bors bot commented Apr 7, 2021

Build failed:

Prevents mkHosts subverting standard devos api to import core and add
all necessary core features to mkHosts, so core can be safely deleted in
suites
@Pacman99
Copy link
Member Author

Pacman99 commented Apr 7, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 7, 2021

👎 Rejected by too few up-to-date approved reviews (some of the PR reviews are stale)

Copy link
Collaborator

@nrdxp nrdxp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 7, 2021

👎 Rejected by too few up-to-date approved reviews (some of the PR reviews are stale)

Copy link
Collaborator

@nrdxp nrdxp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 7, 2021

Build succeeded:

@bors bors bot merged commit 306e7c1 into divnix:core Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants