Update rpi4.nix

This commit is contained in:
Aaron Honeycutt 2022-09-13 20:44:40 +00:00
parent 2ca175d97c
commit 618322cdf6

View file

@ -26,17 +26,13 @@
environment.systemPackages = environment.systemPackages =
with pkgs; with pkgs;
[ [
firefox
fish fish
git git
neofetch neofetch
thunderbird
restic restic
wget wget
]; ];
services.openssh.enable = true;
# Define user accounts # Define user accounts
users.extraUsers.aaronh = { users.extraUsers.aaronh = {
description = "Aaron Honeycutt"; description = "Aaron Honeycutt";