mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Revert "Import disko module in disko.nix files"
This reverts commit 0847d834d0.
This commit is contained in:
parent
3f7094c358
commit
ce8d4e4208
6 changed files with 13 additions and 13 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ modulesPath, ... }:
|
||||
{ modulesPath, inputs, ... }:
|
||||
{
|
||||
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ];
|
||||
imports = [
|
||||
inputs.disko.nixosModules.default
|
||||
"${modulesPath}/profiles/qemu-guest.nix"
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue