summaryrefslogtreecommitdiffstats
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2023-03-03 16:12:56 +0300
committerIzorkin <izorkin@elven.pw>2023-03-03 16:12:56 +0300
commit0367cc8b5a7d4e6e62ca7c9f429f8a1901194297 (patch)
tree648995a4340c46ce897858840cf481f3f839db55 /nixos/modules/profiles
parentfcb7bdf46213eac1a9cb573d2737620e93e46bfb (diff)
nixos/profiles/base: remove duplicate systemPackages
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/base.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 518a1f8d0b30..4ac1727655cb 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -1,5 +1,5 @@
# This module defines the software packages included in the "minimal"
-# installation CD. It might be useful elsewhere.
+# installation CD. It might be useful elsewhere.
{ config, lib, pkgs, ... }:
@@ -17,7 +17,6 @@
pkgs.ddrescue
pkgs.ccrypt
pkgs.cryptsetup # needed for dm-crypt volumes
- pkgs.mkpasswd # for generating password files
# Some text editors.
(pkgs.vim.customize {
@@ -32,7 +31,6 @@
pkgs.fuse
pkgs.fuse3
pkgs.sshfs-fuse
- pkgs.rsync
pkgs.socat
pkgs.screen
pkgs.tcpdump