mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
Added mdadm raid software
This commit is contained in:
parent
59246af22f
commit
9869a42654
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
{
|
||||
imports = [ (import ./hardware-configuration.nix) ];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.mdadm
|
||||
];
|
||||
|
||||
services = {
|
||||
sshd.enable = true;
|
||||
openssh.settings = {
|
||||
|
|
Loading…
Reference in a new issue