Fix for duplicate properties
This commit is contained in:
parent
2874f47a39
commit
afcaeeece9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
|||
users.users.${cfg.userName} = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "B@dC0d3MangFIX|T";
|
||||
description = "Just a normal admin";
|
||||
description = lib.mkDefault "Just a normal admin";
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
||||
packages = with pkgs; [
|
||||
kdePackages.kate
|
||||
|
|
Loading…
Reference in a new issue