nixos/profiles/base: remove duplicate systemPackages

Izorkin 0367cc8b fcb7bdf4

Changed files
+1 -3
nixos
modules
profiles
+1 -3
nixos/modules/profiles/base.nix
···
# This module defines the software packages included in the "minimal"
-
# installation CD. It might be useful elsewhere.
{ config, lib, pkgs, ... }:
···
pkgs.ddrescue
pkgs.ccrypt
pkgs.cryptsetup # needed for dm-crypt volumes
-
pkgs.mkpasswd # for generating password files
# Some text editors.
(pkgs.vim.customize {
···
pkgs.fuse
pkgs.fuse3
pkgs.sshfs-fuse
-
pkgs.rsync
pkgs.socat
pkgs.screen
pkgs.tcpdump
···
# This module defines the software packages included in the "minimal"
+
# installation CD. It might be useful elsewhere.
{ config, lib, pkgs, ... }:
···
pkgs.ddrescue
pkgs.ccrypt
pkgs.cryptsetup # needed for dm-crypt volumes
# Some text editors.
(pkgs.vim.customize {
···
pkgs.fuse
pkgs.fuse3
pkgs.sshfs-fuse
pkgs.socat
pkgs.screen
pkgs.tcpdump