fixed nfs
This commit is contained in:
parent
9bfddf14ce
commit
4a57978f45
6 changed files with 21 additions and 20 deletions
|
@ -7,6 +7,7 @@
|
|||
users.users.sma = {
|
||||
description = "Diziet Sma - System Administrator";
|
||||
isNormalUser = true;
|
||||
uid = 1001; # Fixed UID for consistency across machines
|
||||
group = "sma"; # Primary group
|
||||
|
||||
# Admin privileges
|
||||
|
@ -132,5 +133,7 @@
|
|||
];
|
||||
|
||||
# Create the sma group
|
||||
users.groups.sma = {};
|
||||
users.groups.sma = {
|
||||
gid = 992; # Fixed GID for consistency across machines
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue