mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:56:34 +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 = {
|
users.users.jopejoe1 = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Johannes Jöns";
|
description = "Johannes Jöns";
|
||||||
initialPassword = "passwor";
|
initialPassword = "password";
|
||||||
extraGroups = [ "wheel" "networkmanager" "pipewire" "audio" ];
|
extraGroups = [ "wheel" "networkmanager" "pipewire" "audio" ];
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
|
|
Loading…
Reference in a new issue