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 =
with pkgs;
[
firefox
fish
git
neofetch
thunderbird
restic
wget
];
services.openssh.enable = true;
# Define user accounts
users.extraUsers.aaronh = {
description = "Aaron Honeycutt";