diff --git a/systems/rpi4.nix b/systems/rpi4.nix
index e0cd3e8..09b4ee8 100644
--- a/systems/rpi4.nix
+++ b/systems/rpi4.nix
@@ -26,17 +26,13 @@
   environment.systemPackages = 
             with pkgs; 
             [
-                firefox
                 fish
                 git
                 neofetch
-                thunderbird
                 restic
                 wget
             ]; 
 
-  services.openssh.enable = true;
-
   # Define user accounts
     users.extraUsers.aaronh = {
             description = "Aaron Honeycutt";