remove user config for dustin

This commit is contained in:
Aly Raffauf 2024-03-12 21:54:43 -04:00
parent b80698bc90
commit 8dbe45cf23

View file

@ -1,10 +0,0 @@
{ config, pkgs, ... }:
{
# Define a user account. Don't forget to set a password with passwd.
users.users.aly = {
isNormalUser = true;
description = "Dustin Raffauf";
extraGroups = [ "networkmanager" "wheel" "docker" ];
};
}