hosts: remove duplicate def
This commit is contained in:
parent
e634710c5f
commit
f456d71cab
2 changed files with 0 additions and 4 deletions
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./disko-config.nix
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
./disko-config.nix
|
||||
];
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# ./disko-config.nix
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
# ./disko-config.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue