refactor: move 'disko' modules into 'modules/disko'

This commit is contained in:
2025-11-29 00:21:20 +01:00
parent e10923f74d
commit ae55782bf2
3 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ in
inputs.home-manager.nixosModules.default
./hard.nix
../../modules/bootloader.nix
(import ../../modules/disko.zfs-encrypted-root.nix {
(import ../../modules/disko/zfs-encrypted-root.nix {
device = "/dev/nvme1n1";
inherit lib;
inherit config;

View File

@@ -19,7 +19,7 @@ in
inputs.home-manager.nixosModules.default
./hard.nix
../../modules/bootloader.nix
(import ../../modules/disko.zfs-encrypted-root.nix {
(import ../../modules/disko/zfs-encrypted-root.nix {
inherit lib;
inherit config;
device = "/dev/nvme0n1";