mirror of
https://github.com/ItsDrike/nixdots
synced 2025-04-08 03:52:27 +00:00
Add openssl
This commit is contained in:
parent
51f98be042
commit
47db693f2e
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
killall
|
killall
|
||||||
|
openssl
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue