diff options
| author | Baitinq <[email protected]> | 2022-09-06 17:45:28 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-06 17:45:28 +0200 |
| commit | 0069525c9ca7f94a74d88d5e50d6e1f1877e2d3f (patch) | |
| tree | 56bf9daa222606e82533a1217f7c8e0b928695d8 /hosts | |
| parent | Module: Virtualisation: Add virtualbox (diff) | |
| download | nixos-config-0069525c9ca7f94a74d88d5e50d6e1f1877e2d3f.tar.gz nixos-config-0069525c9ca7f94a74d88d5e50d6e1f1877e2d3f.tar.bz2 nixos-config-0069525c9ca7f94a74d88d5e50d6e1f1877e2d3f.zip | |
Add fwupd service
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 0c0996a..dd6b0e3 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -122,6 +122,7 @@ port = 2222; }]; }; + fwupd.enable = true; }; programs = { |