hosts: update disko

This commit is contained in:
notohh 2024-04-22 21:55:21 -04:00
parent 1b656f3467
commit 24c8bcff4c
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 2 deletions

View file

@ -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
]; ];

View file

@ -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
]; ];