mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed something
This commit is contained in:
parent
b97795bf74
commit
9507acea1e
@ -10,8 +10,7 @@
|
||||
|
||||
# Users
|
||||
# Don't forget to add a password or change the username
|
||||
users = [
|
||||
users = {
|
||||
users.users = {
|
||||
light = { # Here
|
||||
isNormalUser = true;
|
||||
# You can change the description too !
|
||||
@ -20,7 +19,6 @@
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
};
|
||||
];
|
||||
|
||||
# Home-Manager config
|
||||
home-manager = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user