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} = {
|
users.users.${cfg.userName} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
initialPassword = "B@dC0d3MangFIX|T";
|
initialPassword = "B@dC0d3MangFIX|T";
|
||||||
description = "Just a normal admin";
|
description = lib.mkDefault "Just a normal admin";
|
||||||
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
|
|
Loading…
Reference in a new issue