flake: reformat with nixfmt
This commit is contained in:
parent
a79e641851
commit
eaf4f56ac0
117 changed files with 2667 additions and 1592 deletions
|
@ -50,8 +50,15 @@ in
|
|||
security.pam.services.sshd.allowNullPassword = true;
|
||||
|
||||
systemd.tmpfiles.settings."30-external" = {
|
||||
"/srv/external".d = { user = "root"; group = "root"; };
|
||||
"/srv/external/incoming".d = { user = "incoming"; group = "incoming"; mode = "0770"; };
|
||||
"/srv/external".d = {
|
||||
user = "root";
|
||||
group = "root";
|
||||
};
|
||||
"/srv/external/incoming".d = {
|
||||
user = "incoming";
|
||||
group = "incoming";
|
||||
mode = "0770";
|
||||
};
|
||||
};
|
||||
|
||||
# https://enotacoes.wordpress.com/2021/10/05/limiting-user-to-sshfs-or-sftp-of-one-directory-only/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue