Switchable Hardware Configuration

- Move generated hardware-configuration.nix files to hardware folder
- Add flake.nix option to select which hardware configuration to use
This commit is contained in:
Sravan Balaji
2024-03-24 21:02:39 -04:00
parent 4a157b888b
commit 43fcffba37
4 changed files with 26 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
locale = "en_US.UTF-8"; # Locale
diskoConfig = "luks-btrfs-subvolumes"; # Select the disko config that was used to partition drive
desktopEnvironment = "gnome"; # Window Manager / Desktop Environment to use
hardwareConfiguration = "qemu-vm"; # Select the hardware config from hardware directory
};
# --- USER SETTINGS --- #