hosts: update disko
This commit is contained in:
parent
1b656f3467
commit
24c8bcff4c
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.disko.nixosModules.default
|
./disko-config.nix
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
./disko-config.nix
|
./disko-config.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.disko.nixosModules.default
|
# ./disko-config.nix
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
# ./disko-config.nix
|
# ./disko-config.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue