From 234c7390e46d1f0e116822e171aa7815d97488c1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 17 Jun 2021 21:20:19 +0200 Subject: vidhar: initial --- accounts/gkleen@vidhar.nix | 3 +++ accounts/mherold@vidhar.nix | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 accounts/gkleen@vidhar.nix create mode 100644 accounts/mherold@vidhar.nix (limited to 'accounts') 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 @@ +{ userName, ... }: { + config.users.users.${userName}.uid = 1000; +} 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 @@ +{ userName, ... }: { + config.users.users.${userName}.uid = 1001; +} -- cgit v1.2.3