forked from DGNum/infrastructure
Tom Hubrecht
ecbad0a638
This adds subdirectories for the different types of systems, for the modules and the machines
12 lines
338 B
Nix
12 lines
338 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, sources, ... }:
|
||
|
||
{
|
||
imports = [
|
||
"${modulesPath}/profiles/qemu-guest.nix"
|
||
"${sources.disko}/module.nix"
|
||
./disko.nix
|
||
];
|
||
}
|