mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Merge branch 'luks' into 'main'
Luks See merge request ahoneybun/nix-configs!2
This commit is contained in:
commit
0e0cebef0d
2 changed files with 11 additions and 4 deletions
|
@ -19,6 +19,13 @@
|
|||
systemd-boot.consoleMode = "0";
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
root = {
|
||||
device = "/dev/sda";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
nix.settings.extra-platforms = [ "aarch64-linux" ];
|
||||
|
@ -84,9 +91,6 @@
|
|||
dmidecode
|
||||
libcamera
|
||||
lshw
|
||||
quickemu
|
||||
spice
|
||||
spice-gtk
|
||||
nix-index
|
||||
toybox
|
||||
unzip
|
||||
|
|
|
@ -16,10 +16,13 @@
|
|||
# Office
|
||||
google-chrome
|
||||
libreoffice-fresh
|
||||
vscode
|
||||
|
||||
# Work
|
||||
virt-manager
|
||||
vscode
|
||||
quickemu
|
||||
spice
|
||||
spice-gtk
|
||||
|
||||
# Streaming
|
||||
obs-studio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue