rearrange NOTE blocks

This commit is contained in:
Yan Lin 2026-01-24 20:10:55 +01:00
parent 1451b18083
commit 9d1c8f4064
9 changed files with 27 additions and 38 deletions

View file

@ -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.
};
}