mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update rpi4.nix
This commit is contained in:
parent
2ca175d97c
commit
618322cdf6
1 changed files with 0 additions and 4 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue