Essentially more sw + GRUB live usb trial
Installed and configured Yggdrasil; ported rustnet and install; GRUB trial of USB Live stick
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./syncthing.nix
|
||||
|
||||
@@ -42,6 +42,13 @@
|
||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.extraEntries = {
|
||||
"usb-live.conf" = "
|
||||
title USB Live Boot
|
||||
efi /EFI/boot/bootx64.efi
|
||||
options root=/dev/sdb2
|
||||
";
|
||||
};
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.luks.devices."luks-d27fc6c5-7edd-4c18-ab70-3ca02a28abcc".device = "/dev/disk/by-uuid/d27fc6c5-7edd-4c18-ab70-3ca02a28abcc";
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"qtwebengine-5.15.19"
|
||||
"electron-36.9.5"
|
||||
|
||||
Reference in New Issue
Block a user