Add fwupd
This commit is contained in:
parent
2de2c7c28f
commit
9b6a11d8f7
@ -1 +1,11 @@
|
|||||||
{ imports = [ ./podman.nix ./fonts.nix ./users.nix ./services.nix ./security.nix ./git.nix ]; }
|
{
|
||||||
|
imports = [
|
||||||
|
./podman.nix
|
||||||
|
./fonts.nix
|
||||||
|
./fwupd.nix
|
||||||
|
./users.nix
|
||||||
|
./services.nix
|
||||||
|
./security.nix
|
||||||
|
./git.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
|
5
system/fwupd.nix
Normal file
5
system/fwupd.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
services.fwupd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user