update profiles to use disk.nix
This commit is contained in:
parent
d95e4fc6a6
commit
1209b9788b
2 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ _: {
|
|||
imports = [
|
||||
../../options/boot/systemd-boot.nix
|
||||
../../options/common/binary-caches.nix
|
||||
../../options/common/btrfs-scrub.nix
|
||||
../../options/common/disable-nano.nix
|
||||
../../options/common/cpu/intel.nix
|
||||
../../options/common/disk.nix
|
||||
../../options/common/docs.nix
|
||||
../../options/common/kernel.nix
|
||||
../../options/common/networking.nix
|
||||
|
|
|
@ -2,9 +2,9 @@ _: {
|
|||
imports = [
|
||||
../../options/boot/systemd-boot.nix
|
||||
../../options/common/binary-caches.nix
|
||||
../../options/common/btrfs-scrub.nix
|
||||
../../options/common/cpu/amd.nix
|
||||
../../options/common/disable-nano.nix
|
||||
../../options/common/disk.nix
|
||||
../../options/common/docs.nix
|
||||
../../options/common/gpu/amd.nix
|
||||
../../options/common/kernel.nix
|
||||
|
|
Loading…
Reference in a new issue