diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-07-08 08:35:23 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-07-08 08:35:32 -0400 |
commit | ddc42ca563546ec800dac316ed6c4f87d6f90cf2 (patch) | |
tree | 7ec0053ec4dece5a8086f66fe2c1704238eb73d3 /modules | |
parent | 422269e7eea09bad976107f38425d4f36c821dfb (diff) |
enable fwupd
Diffstat (limited to 'modules')
-rw-r--r-- | modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix index 24eb8b8..6142f0d 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -75,6 +75,7 @@ postgresql = { package = pkgs.postgresql_12; }; openssh.passwordAuthentication = false; openssh.kbdInteractiveAuthentication = false; + fwupd.enable = true; }; systemd.services.nix-gc.serviceConfig = { |