mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-29 06:07:54 +02:00
Let home-manager know user exists
Should fix an issue where home-manager wasn't executing previously.
This commit is contained in:
parent
334ae340af
commit
2cebedd7e7
@ -9,4 +9,9 @@
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.user = {
|
||||
home.username = "user";
|
||||
home.homeDirectory = "/home/user";
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user