This commit is contained in:
mjallen18
2026-01-13 18:38:20 -06:00
parent a7c25fe70d
commit 49485c91a6
4 changed files with 251 additions and 3 deletions

View File

@@ -10,6 +10,9 @@
./services.nix
];
nix.settings.extra-platforms = [ "x86_64-linux" ];
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
hardware.asahi = {
enable = true;
peripheralFirmwareDirectory = ./firmware;
@@ -30,9 +33,6 @@
};
user = {
name = "matt";
extraGroups = [
"ratbagd"
"input"
"scanner"
"lp"
"video"
@@ -91,6 +91,12 @@
nixpkgs.config.allowUnsupportedSystem = true;
virtualisation = {
libvirtd.enable = true;
# efi = {
# OVMF = (pkgs.OVMF.override {
# secureBoot = true;
# });
# };
waydroid.enable = false;
# - CONFIG_ANDROID_BINDER_IPC is not enabled!
# - CONFIG_ANDROID_BINDERFS is not enabled
@@ -107,10 +113,22 @@
asahi-nvram
asahi-wifisync
cabextract
erofs-utils
fex
light
micro
muvm
squashfuse
squashfsTools
unzip
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
virt-manager
wget
(pkgs.OVMF.override {
secureBoot = true;
})
];
environment.sessionVariables = {