diff options
-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 = { |