v8k3zzl1rkw25dars9zzpbhxknw1acin
This commit is contained in:
parent
41d7143a6d
commit
22d65c3a84
@ -20,11 +20,13 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot = {
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
loader = {
|
||||||
|
systemd-boot.enable = true;
|
||||||
boot.initrd.luks.devices."luks-368f684f-d514-405f-a909-fb4488d19183".device = "/dev/disk/by-uuid/368f684f-d514-405f-a909-fb4488d19183";
|
efi.canTouchEfiVariables = true;
|
||||||
|
};
|
||||||
|
initrd.luks.devices."luks-368f684f-d514-405f-a909-fb4488d19183".device = "/dev/disk/by-uuid/368f684f-d514-405f-a909-fb4488d19183";
|
||||||
|
};
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user