mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update configuration.nix
This commit is contained in:
parent
98270c00c4
commit
24fc6f9688
1 changed files with 0 additions and 7 deletions
|
@ -19,13 +19,6 @@
|
||||||
systemd-boot.consoleMode = "0";
|
systemd-boot.consoleMode = "0";
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.luks.devices = {
|
|
||||||
root = {
|
|
||||||
device = "/dev/sda";
|
|
||||||
preLVM = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
nix.settings.extra-platforms = [ "aarch64-linux" ];
|
nix.settings.extra-platforms = [ "aarch64-linux" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue