Merge branch 'luks' into 'main'

Luks

See merge request ahoneybun/nix-configs!2
This commit is contained in:
Aaron Honeycutt 2023-04-01 23:46:31 +00:00
commit 0e0cebef0d
2 changed files with 11 additions and 4 deletions

View file

@ -19,6 +19,13 @@
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" ];
@ -84,9 +91,6 @@
dmidecode dmidecode
libcamera libcamera
lshw lshw
quickemu
spice
spice-gtk
nix-index nix-index
toybox toybox
unzip unzip

View file

@ -16,10 +16,13 @@
# Office # Office
google-chrome google-chrome
libreoffice-fresh libreoffice-fresh
vscode
# Work # Work
virt-manager virt-manager
vscode quickemu
spice
spice-gtk
# Streaming # Streaming
obs-studio obs-studio