Compare commits
2 Commits
eb145c067f
...
849f65e455
| Author | SHA1 | Date | |
|---|---|---|---|
| 849f65e455 | |||
| 6c9a0adf23 |
@@ -1,6 +1,6 @@
|
|||||||
{inputs, ...}: {
|
{inputs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.den.flakeModule
|
(inputs.den.flakeModules.dendritic or {})
|
||||||
(inputs.flake-file.flakeModules.dendritic or {})
|
(inputs.flake-file.flakeModules.dendritic or {})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
|
||||||
./_hosts/michael/disk-config.nix
|
./_hosts/michael/disk-config.nix
|
||||||
./_hosts/michael/hardware-configuration.nix
|
./_hosts/michael/hardware-configuration.nix
|
||||||
inputs.disko.nixosModules.default
|
inputs.disko.nixosModules.default
|
||||||
|
|||||||
Reference in New Issue
Block a user