🔥
This commit is contained in:
parent
e61be4a176
commit
78c6c5b26b
15 changed files with 142 additions and 38 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
kernelPakcages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
swraid = {
|
||||
enable = true;
|
||||
mdadmConf = ''
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
];
|
||||
|
||||
virtualisation = {
|
||||
useEFIBoot = true;
|
||||
#useEFIBoot = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
nss.enableGuest = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue