From c29cb5c31df7ad680b867090f6d7fc8a1d0b5751 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 17:19:56 +0000 Subject: [PATCH] Update config.nix --- config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.nix b/config.nix index 7435a72..656af37 100644 --- a/config.nix +++ b/config.nix @@ -25,7 +25,7 @@ # Define user accounts users.extraUsers = { - myuser = + aaronh = { extraGroups = [ "wheel" "networkmanager" ]; isNormalUser = true; @@ -38,7 +38,7 @@ [ ddate testdisk - zsh + fish ]; # Enable the OpenSSH daemon