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";
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue