mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 03:11:56 +01: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" ];
|
extraGroups = [ "wheel" "networkmanager" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home-manager.users.user = {
|
||||||
|
home.username = "user";
|
||||||
|
home.homeDirectory = "/home/user";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user