rename disko input to diskoConfig for clarity
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
prgms.url = "./programs";
|
||||
|
||||
disko.url = "./disko";
|
||||
diskoConfig.url = "./disko";
|
||||
|
||||
impermanence.url = "./impermanence";
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
nixosModule = { config, lib, pkgs, core_inputs, ... }: {
|
||||
imports = [
|
||||
./configuration/configuration.nix
|
||||
inputs.disko.module
|
||||
inputs.diskoConfig.module
|
||||
inputs.impermanence.module
|
||||
inputs.sddm.module
|
||||
inputs.srvcs.module
|
||||
|
||||
Reference in New Issue
Block a user