summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@vidhar.nix3
-rw-r--r--accounts/mherold@vidhar.nix3
2 files changed, 6 insertions, 0 deletions
diff --git a/accounts/gkleen@vidhar.nix b/accounts/gkleen@vidhar.nix
new file mode 100644
index 00000000..4b41926c
--- /dev/null
+++ b/accounts/gkleen@vidhar.nix
@@ -0,0 +1,3 @@
1{ userName, ... }: {
2 config.users.users.${userName}.uid = 1000;
3}
diff --git a/accounts/mherold@vidhar.nix b/accounts/mherold@vidhar.nix
new file mode 100644
index 00000000..7b25cc12
--- /dev/null
+++ b/accounts/mherold@vidhar.nix
@@ -0,0 +1,3 @@
1{ userName, ... }: {
2 config.users.users.${userName}.uid = 1001;
3}