refactor(gpu)!: rename from gui
This commit is contained in:
parent
bd6d09034a
commit
978bc19f68
14 changed files with 24 additions and 24 deletions
|
@ -12,8 +12,8 @@
|
|||
fs.cryptsetup.uuids.nix = "3905f87f-7b11-49ef-8ddf-f4202c555ffd";
|
||||
fs.cryptsetup.uuids.persist = "b2322f01-1c44-433f-a995-4ddce5845cf9";
|
||||
boot.lanzaboote = true;
|
||||
gui.enable = true;
|
||||
gui.type = "prime";
|
||||
gpu.enable = true;
|
||||
gpu.type = "prime";
|
||||
android.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
fs.esp.uuid = "FC6D-75D8";
|
||||
fs.type = "zfs";
|
||||
boot.lanzaboote = true;
|
||||
gui.enable = true;
|
||||
gui.type = "intel";
|
||||
gui.arc = "8086:5691";
|
||||
gpu.enable = true;
|
||||
gpu.type = "intel";
|
||||
gpu.arc = "8086:5691";
|
||||
android.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
fs.cryptsetup.uuids.nix = "84baa53a-c76d-4716-813a-196f5a53e44d";
|
||||
fs.cryptsetup.uuids.persist = "e31f8b1c-6504-4b43-93dd-997ad17ebf5e";
|
||||
boot.lanzaboote = true;
|
||||
gui.enable = true;
|
||||
gui.type = "prime";
|
||||
gpu.enable = true;
|
||||
gpu.type = "prime";
|
||||
asusd.enable = true;
|
||||
oci.enable = true;
|
||||
};
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
fs.esp.uuid = "6CEB-765A";
|
||||
fs.type = "xfs";
|
||||
fs.store = "b80e8bbe-d1ff-4d2e-ae25-9e9048d67355";
|
||||
gui.enable = true;
|
||||
gui.type = "nvidia";
|
||||
gpu.enable = true;
|
||||
gpu.type = "nvidia";
|
||||
};
|
||||
|
||||
home = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue