Skip to content

Add firmware upgrades #24

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

philippedev101
Copy link

#21

Copy link
Member

@chreekat chreekat left a comment

Choose a reason for hiding this comment

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

Thanks for this. Would you be willing to change things a bit in order to also improve the overall health of the repo?

  1. Add the contents of nix-hygiene.nix into system-common.nix, and delete nix-hygiene.nix
  2. Rename system-common.nix to shared/system-common.nix
  3. Export nixosModules.system-common instead of nixosModules.nix-hygiene
  4. Remove the FIXME on flake.nix line 30 while you're doing 3 :)

Comment on lines +47 to +48
services.fwupd.enable = true;

Copy link
Member

Choose a reason for hiding this comment

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

This file imports system-common! :) So I don't think we need to enable it here.

@@ -89,6 +89,8 @@
# Enable the OpenSSH daemon.
# services.openssh.enable = true;

services.fwupd.enable = true;

Copy link
Member

Choose a reason for hiding this comment

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

Actually, I believe this file is unused and can just be deleted. In fact, stackage-builder/nixos-modules is good, but everything else under stackage-builder is unused after the migration to opencape!

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.

2 participants