update profiles to use disk.nix

This commit is contained in:
jacekpoz 2024-06-12 20:40:34 +02:00
parent d95e4fc6a6
commit 1209b9788b
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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