diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e509406..ee97f5e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -133,9 +133,9 @@ in { reflector = true; }; - apcupsd = { enable = true; }; - - fwupd = { enable = true; }; + apcupsd.enable = true; + fwupd.enable = true; + lldpd.enable = true; # Enable the OpenSSH daemon. openssh = {