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.
|
2023-11-29 15:33:45 +01:00
|
|
|
|
{ modulesPath, ... }:
|
2023-05-12 03:22:09 +02:00
|
|
|
|
|
|
|
|
|
{
|
2023-05-12 13:04:05 +02:00
|
|
|
|
imports = [
|
2023-11-29 15:33:45 +01:00
|
|
|
|
(modulesPath + "/profiles/qemu-guest.nix")
|
2024-02-02 10:51:31 +01:00
|
|
|
|
(
|
|
|
|
|
let
|
|
|
|
|
sources = import ../../npins;
|
|
|
|
|
in
|
|
|
|
|
sources.disko + "/module.nix"
|
|
|
|
|
)
|
2023-11-29 15:33:45 +01:00
|
|
|
|
./disko.nix
|
|
|
|
|
];
|
2023-05-12 03:22:09 +02:00
|
|
|
|
}
|