remove unused packages
This commit is contained in:
parent
3dd247a719
commit
340f7211ef
1 changed files with 3 additions and 1 deletions
|
@ -280,5 +280,7 @@ in rec {
|
|||
acquire-lan-prefix
|
||||
];
|
||||
};
|
||||
defaultProfile.packages = with pkgs; [min-collect-garbage nftables tcpdump] ;
|
||||
defaultProfile.packages = with pkgs; [
|
||||
min-collect-garbage
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue