Service vsftpd

This commit is contained in:
nyanloutre 2018-06-26 14:13:45 +02:00
parent b12884e160
commit 12f4124506
4 changed files with 54 additions and 20 deletions

View file

@ -44,6 +44,7 @@
(import ../../overlays/neovim.nix)
(import ../../overlays/site-max.nix)
(import ../../overlays/site-musique.nix)
(import ../../overlays/vsftpd.nix)
];
environment.systemPackages = with pkgs; [
neovim
@ -55,6 +56,8 @@
borgbackup
bind
tig
openssl
lftp
];
nixpkgs.config.allowUnfree = true;