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