rearrange NOTE blocks
This commit is contained in:
parent
1451b18083
commit
9d1c8f4064
9 changed files with 27 additions and 38 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# NOTE: Samba user password manually set: `sudo smbpasswd -a ${cfg.user}`
|
||||
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
|
|
@ -62,9 +64,5 @@ in
|
|||
"d ${cfg.sharedPath} 0755 ${cfg.user} users - -"
|
||||
];
|
||||
|
||||
# NOTE: Samba user password must be manually set using:
|
||||
# sudo smbpasswd -a ${cfg.user}
|
||||
# This creates a Samba password for the specified user.
|
||||
# The user must already exist as a Unix user on the system.
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue