mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 18:21:04 +02:00
Let home-manager know user exists
Should fix an issue where home-manager wasn't executing previously.
This commit is contained in:
@@ -9,4 +9,9 @@
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.user = {
|
||||
home.username = "user";
|
||||
home.homeDirectory = "/home/user";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user