diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-02 16:32:52 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-02 22:55:10 +0530 |
commit | 880ca20d73086666760e7416b6871e941d2c5bd3 (patch) | |
tree | bc6fcb724fe1de8dbab7aad94d82e8eabe891468 /common.nix | |
parent | 84fb4decd77e893a3551bfbef36fb789a563434e (diff) |
cez/sshfs: refactor to reflect changes made in 84fb4de
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ in users.users.${user} = { inherit description; isNormalUser = true; + uid = 1000; extraGroups = [ "wheel" "adbusers" |