Fix syntax errors

This commit is contained in:
Nathan McCarty 2022-03-31 18:54:34 -04:00
parent 11b51032a7
commit f874c36bbd
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@
## Linux specific user configuration
users = {
mutableUsers = false;
isNormalUser = true;
users.nathan = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "audio" "docker" "libvirtd" "uinput" "adbusers" "plugdev" ];
hashedPassword = "$6$ShBAPGwzKZuB7eEv$cbb3erUqtVGFo/Vux9UwT2NkbVG9VGCxJxPiZFYL0DIc3t4GpYxjkM0M7fFnh.6V8MoSKLM/TvOtzdWbYwI58.";
openssh.authorizedKeys.keys = [
@ -71,6 +71,6 @@
## Multimedia
# Easyeffects for the eq
services.easyeffects.enable = true;
}
}
}
};
};
}