mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: user -> users
This commit is contained in:
parent
7af36d0e25
commit
c0269a87b9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# enableNvidia = true;
|
||||
};
|
||||
|
||||
user.users.liv = {
|
||||
users.users.liv = {
|
||||
extraGroups = [ "docker" ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue