Update config.nix

This commit is contained in:
Aaron Honeycutt 2022-05-06 17:19:56 +00:00
parent da521fc91c
commit c29cb5c31d

View file

@ -25,7 +25,7 @@
# Define user accounts # Define user accounts
users.extraUsers = users.extraUsers =
{ {
myuser = aaronh =
{ {
extraGroups = [ "wheel" "networkmanager" ]; extraGroups = [ "wheel" "networkmanager" ];
isNormalUser = true; isNormalUser = true;
@ -38,7 +38,7 @@
[ [
ddate ddate
testdisk testdisk
zsh fish
]; ];
# Enable the OpenSSH daemon # Enable the OpenSSH daemon