2023-05-12 03:22:09 +02:00
|
|
|
|
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
|
|
|
|
# and may be overwritten by future invocations. Please make changes
|
|
|
|
|
# to /etc/nixos/configuration.nix instead.
|
2024-12-08 13:22:07 +01:00
|
|
|
|
{ modulesPath, sources, ... }:
|
2023-05-12 03:22:09 +02:00
|
|
|
|
|
|
|
|
|
{
|
2023-05-12 13:04:05 +02:00
|
|
|
|
imports = [
|
2024-12-08 13:22:07 +01:00
|
|
|
|
"${modulesPath}/profiles/qemu-guest.nix"
|
|
|
|
|
"${sources.disko}/module.nix"
|
2023-11-29 15:33:45 +01:00
|
|
|
|
./disko.nix
|
|
|
|
|
];
|
2023-05-12 03:22:09 +02:00
|
|
|
|
}
|