forked from DGNum/infrastructure
17 lines
402 B
Nix
17 lines
402 B
Nix
# 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.
|
||
{ modulesPath, ... }:
|
||
|
||
{
|
||
imports = [
|
||
(modulesPath + "/profiles/qemu-guest.nix")
|
||
(
|
||
let
|
||
sources = import ../../npins;
|
||
in
|
||
sources.disko + "/module.nix"
|
||
)
|
||
./disko.nix
|
||
];
|
||
}
|