This website requires JavaScript.
Explore
Help
Sign In
torjus
/
nixos
Watch
1
Star
0
Fork
0
You've already forked nixos
Code
Issues
Pull Requests
Actions
Packages
Releases
Activity
27b98a8b7a
nixos
/
system
/
fwupd.nix
7 lines
64 B
Nix
Raw
Normal View
History
Unescape
Escape
Format using nixfmt
2024-07-17 20:22:04 +00:00
{
pkgs
,
.
.
.
}:
{
Add fwupd
2024-05-19 10:43:18 +00:00
services
.
fwupd
=
{
enable
=
true
;
}
;
}
Reference in New Issue
Copy Permalink