This commit is contained in:
mjallen18
2025-09-06 10:28:07 -05:00
parent 6b44792e06
commit 30fb21e062
5 changed files with 107 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
imports = [
./boot.nix
./filesystems.nix
./hardware-configuration.nix
# ./hardware-configuration.nix
./sops.nix
./services/lsfg-vk
./services/ratbagd
@@ -44,7 +44,11 @@
gaming.enable = true;
hardware = {
disko.enable = false;
disko = {
enable = true;
enableLuks = true;
};
amd = {
enable = true;
lact.enable = true;