From 618322cdf6ad793343655e37bc7dee71c7e08b06 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 13 Sep 2022 20:44:40 +0000 Subject: [PATCH] Update rpi4.nix --- systems/rpi4.nix | 4 ---- 1 file changed, 4 deletions(-) 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";