This commit is contained in:
XenGi 2026-01-27 18:48:29 +01:00
parent e61be4a176
commit 78c6c5b26b
15 changed files with 142 additions and 38 deletions

View file

@ -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;