From 9ec2a403905b34d872f332cc7fb0aec305faa5f2 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 3 Feb 2024 16:25:15 +0530 Subject: hosts/lia: init --- hosts/lia/modules/users.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hosts/lia/modules/users.nix (limited to 'hosts/lia/modules/users.nix') diff --git a/hosts/lia/modules/users.nix b/hosts/lia/modules/users.nix new file mode 100644 index 0000000..0161e0b --- /dev/null +++ b/hosts/lia/modules/users.nix @@ -0,0 +1,5 @@ +{ ... }: { + users.users."rohit" = { + isNormalUser = true; + }; +} -- cgit v1.2.3