Update systems/x86_64-linux/iriy/hardware-configuration.nix
This commit is contained in:
parent
9debbfb8f1
commit
763073d68d
@ -11,6 +11,14 @@
|
||||
boot.extraModulePackages = with config.boot.kernelPackages;
|
||||
[ v4l2loopback.out ];
|
||||
|
||||
boot.loader.systemd-boot.extraEntries = {
|
||||
"windows.conf" = ''
|
||||
title Windows
|
||||
efi /efi/microsoft/bootx64.efi
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/f612abce-6f3f-439a-8585-6a050e18b7fc";
|
||||
fsType = "ext4";
|
||||
|
Loading…
x
Reference in New Issue
Block a user