mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:06:33 +01:00
fix typo
This commit is contained in:
parent
9ee148f14e
commit
f96243dbfb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in {
|
|||
users.users.jopejoe1 = {
|
||||
isNormalUser = true;
|
||||
description = "Johannes Jöns";
|
||||
initialPassword = "passwor";
|
||||
initialPassword = "password";
|
||||
extraGroups = [ "wheel" "networkmanager" "pipewire" "audio" ];
|
||||
uid = 1000;
|
||||
packages = with pkgs;
|
||||
|
|
Loading…
Reference in a new issue