summary refs log tree commit diff stats
path: root/sys/users/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/users/default.nix')
-rw-r--r--sys/users/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/users/default.nix b/sys/users/default.nix
index dc79dda..b4f7cfe 100644
--- a/sys/users/default.nix
+++ b/sys/users/default.nix
@@ -1,8 +1,13 @@
 {pkgs, ...}: {
   users = {
+    groups.sils = {
+      gid = 1111;
+    };
     mutableUsers = false;
     users.sils = {
       isNormalUser = true;
+      uid = 1000;
+      group = "sils";
       home = "/home/sils";
       shell = pkgs.zsh;
       initialHashedPassword = "$y$j9T$r4578Hy9jZHmUH9uSr9OI.$SuR2anRq7EJ1gUJ6vi9qYmZrhLP.o3O5643IG6r5Ap/";