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
6318b12958
commit
c7fe71c59c
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
||||||
createHome = true;
|
createHome = true;
|
||||||
home = "/home/aaronh";
|
home = "/home/aaronh";
|
||||||
description = "Aaron Honeycutt";
|
description = "Aaron Honeycutt";
|
||||||
ExtraGroups = [ "wheel" "audio" "video" "networkmanager" "docker" ];
|
extraGroups = [ "wheel" "audio" "video" "networkmanager" "docker" ];
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue