mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update configuration.nix
This commit is contained in:
parent
8a7a6b6988
commit
bc1ca7cdec
1 changed files with 2 additions and 2 deletions
|
@ -102,10 +102,10 @@
|
||||||
time.timeZone = "America/Denver";
|
time.timeZone = "America/Denver";
|
||||||
|
|
||||||
# Users
|
# Users
|
||||||
users.Users.aaronh = {
|
users.users.aaronh = {
|
||||||
createHome = true;
|
createHome = true;
|
||||||
home = "/home/aaronh";
|
home = "/home/aaronh";
|
||||||
description = "Mateusz Kowalczyk";
|
description = "Aaron Honeycutt";
|
||||||
extraGroups = [ "wheel" "audio" "video" "networkmanager" "docker" ];
|
extraGroups = [ "wheel" "audio" "video" "networkmanager" "docker" ];
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue