summaryrefslogtreecommitdiff
path: root/accounts/mherold@vidhar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/mherold@vidhar.nix')
-rw-r--r--accounts/mherold@vidhar.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/accounts/mherold@vidhar.nix b/accounts/mherold@vidhar.nix
index 7b25cc12..0fab263e 100644
--- a/accounts/mherold@vidhar.nix
+++ b/accounts/mherold@vidhar.nix
@@ -1,3 +1,6 @@
1{ userName, ... }: { 1{ userName, ... }: {
2 config.users.users.${userName}.uid = 1001; 2 config = {
3 users.users.${userName}.uid = 1001;
4 home-manager.users.${userName}.home.stateVersion = "20.09";
5 };
3} 6}