recreate lock file

This commit is contained in:
2024-10-10 15:48:30 -05:00
parent bf08d28785
commit aabb26b1c5
6 changed files with 85 additions and 54 deletions

View File

@@ -32,5 +32,9 @@
./impermanent.nix
];
})
(lib.mkIf (!config.disko.enable) {
disko.impermanent = lib.mkForce false;
})
]);
}

View File

@@ -11,7 +11,7 @@
module = { config, lib, pkgs, devices, ... }: {
imports = [
(./default.nix { inherit devices; })
(import ./default.nix { inherit config lib pkgs devices; })
inputs.disko.nixosModules.default
];
};