mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
enabled swraid
* hosts/Alaska/default.nix:
This commit is contained in:
parent
e3637f71fd
commit
9afe011fc7
1 changed files with 5 additions and 1 deletions
|
@ -52,7 +52,11 @@
|
|||
};
|
||||
systemd.services.sshd.wantedBy = [ "multi-user.target" ];
|
||||
|
||||
boot.swraid.mdadmConf = builtins.readFile ./rsrcs/mdadm.conf;
|
||||
boot.swraid = {
|
||||
enable = true;
|
||||
mdadmConf = builtins.readFile ./rsrcs/mdadm.conf;
|
||||
};
|
||||
|
||||
boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi = {
|
||||
|
|
Loading…
Reference in a new issue