hosts: remove duplicate def

This commit is contained in:
notohh 2024-04-28 23:03:10 -04:00
parent e634710c5f
commit f456d71cab
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 0 additions and 4 deletions

View file

@ -1,12 +1,10 @@
{ {
inputs,
config, config,
lib, lib,
modulesPath, modulesPath,
... ...
}: { }: {
imports = [ imports = [
./disko-config.nix
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
./disko-config.nix ./disko-config.nix
]; ];

View file

@ -1,12 +1,10 @@
{ {
inputs,
config, config,
lib, lib,
modulesPath, modulesPath,
... ...
}: { }: {
imports = [ imports = [
# ./disko-config.nix
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
# ./disko-config.nix # ./disko-config.nix
]; ];