Service vsftpd
This commit is contained in:
parent
b12884e160
commit
12f4124506
4 changed files with 54 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue