Skip to content

Commit

Permalink
Fix the dells to use the proper ab partition
Browse files Browse the repository at this point in the history
Some how these were missed when the impermanence was enabled.

Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
  • Loading branch information
brianmcgillion committed Oct 4, 2024
1 parent 4ab9c48 commit f75f872
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions targets/laptop/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let
}
])
(laptop-configuration "dell-latitude-7230" "debug" [
self.nixosModules.disko-basic-partition-v1
self.nixosModules.disko-ab-partitions-v1
{
ghaf = {
hardware.definition = import ../../modules/reference/hardware/dell-latitude/definitions/dell-latitude-7230.nix;
Expand All @@ -52,7 +52,7 @@ let
}
])
(laptop-configuration "dell-latitude-7330" "debug" [
self.nixosModules.disko-basic-partition-v1
self.nixosModules.disko-ab-partitions-v1
{
ghaf = {
hardware.definition = import ../../modules/reference/hardware/dell-latitude/definitions/dell-latitude-7330.nix;
Expand Down Expand Up @@ -90,7 +90,7 @@ let
}
])
(laptop-configuration "dell-latitude-7230" "release" [
self.nixosModules.disko-basic-partition-v1
self.nixosModules.disko-ab-partitions-v1
{
ghaf = {
hardware.definition = import ../../modules/reference/hardware/dell-latitude/definitions/dell-latitude-7230.nix;
Expand All @@ -99,7 +99,7 @@ let
}
])
(laptop-configuration "dell-latitude-7330" "release" [
self.nixosModules.disko-basic-partition-v1
self.nixosModules.disko-ab-partitions-v1
{
ghaf = {
hardware.definition = import ../../modules/reference/hardware/dell-latitude/definitions/dell-latitude-7330.nix;
Expand Down

0 comments on commit f75f872

Please sign in to comment.