forked from DGNum/infrastructure
12 lines
370 B
Nix
12 lines
370 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
|
||
];
|
||
}
|