Add netbootxyz to odyssey
This commit is contained in:
@ -7,8 +7,11 @@ with lib.my;
|
|||||||
../desktop.nix
|
../desktop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot = {
|
||||||
boot.loader.systemd-boot.graceful = true;
|
enable = true;
|
||||||
|
graceful = true;
|
||||||
|
netbootxyz.enable = true;
|
||||||
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "odyssey";
|
networking.hostName = "odyssey";
|
||||||
|
Reference in New Issue
Block a user