mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
12 lines
116 B
Nix
12 lines
116 B
Nix
{ ... }:
|
|
|
|
let
|
|
|
|
in
|
|
{
|
|
services.vsftpd = {
|
|
enable = true;
|
|
localUsers = true;
|
|
writeEnable = true;
|
|
};
|
|
}
|