forked from nyanloutre/nixos-config
ftp: ajout nico
This commit is contained in:
parent
52fca0a527
commit
1b16b40a79
@ -11,7 +11,7 @@
|
|||||||
forceLocalDataSSL = true;
|
forceLocalDataSSL = true;
|
||||||
userlistDeny = false;
|
userlistDeny = false;
|
||||||
localUsers = true;
|
localUsers = true;
|
||||||
userlist = ["claire" "manu" "lakeu" "fusil" "stryxion"];
|
userlist = ["claire" "manu" "lakeu" "fusil" "stryxion" "nico"];
|
||||||
rsaCertFile = "/var/vsftpd/vsftpd.pem";
|
rsaCertFile = "/var/vsftpd/vsftpd.pem";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
pasv_min_port=64000
|
pasv_min_port=64000
|
||||||
@ -50,6 +50,12 @@
|
|||||||
hashedPassword = "$6$KZKwBLI6yGuvFg2Q$VCfSnhAacgxlxybTyuCDyNQ2InM8ppG3aa3Bw176TiNAX8tHWUpKesfI9YfcCoGAi1zSzA7b6uC8BmmfrQwg1.";
|
hashedPassword = "$6$KZKwBLI6yGuvFg2Q$VCfSnhAacgxlxybTyuCDyNQ2InM8ppG3aa3Bw176TiNAX8tHWUpKesfI9YfcCoGAi1zSzA7b6uC8BmmfrQwg1.";
|
||||||
description = "Stryxion";
|
description = "Stryxion";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nico = {
|
||||||
|
isNormalUser = true;
|
||||||
|
hashedPassword = "$6$.sMznhhJ0fG2qx$XevsEqsjlLAnu/VMgeA6B5YfWY36dUZXtUGiEgPueHzRcfAEi2UXLWRHqcN6AsW1AozepeAP6/lZW3fDAyULA1";
|
||||||
|
description = "MAGENI";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
bindMounts = {
|
bindMounts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user