diff --git a/hosts/brandon-desktop/default.nix b/hosts/brandon-desktop/default.nix index f596d61..8acaad5 100644 --- a/hosts/brandon-desktop/default.nix +++ b/hosts/brandon-desktop/default.nix @@ -118,6 +118,7 @@ # Enable the OpenSSH daemon. # services.openssh.enable = true; + services.lact.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];