Adding various packages
This commit is contained in:
parent
c4cd598303
commit
ff33c189e2
3 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.openssh.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
mdadm
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue