Update systems/x86_64-linux/iriy/hardware-configuration.nix

This commit is contained in:
sora 2023-11-11 01:21:30 +01:00
parent 9debbfb8f1
commit 763073d68d

View File

@ -11,6 +11,14 @@
boot.extraModulePackages = with config.boot.kernelPackages; boot.extraModulePackages = with config.boot.kernelPackages;
[ v4l2loopback.out ]; [ v4l2loopback.out ];
boot.loader.systemd-boot.extraEntries = {
"windows.conf" = ''
title Windows
efi /efi/microsoft/bootx64.efi
'';
};
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/f612abce-6f3f-439a-8585-6a050e18b7fc"; device = "/dev/disk/by-uuid/f612abce-6f3f-439a-8585-6a050e18b7fc";
fsType = "ext4"; fsType = "ext4";