infrastructure/machines/nixos/web01/_hardware-configuration.nix

13 lines
338 B
Nix
Raw Normal View History

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.
{ modulesPath, sources, ... }:
2023-05-12 03:22:09 +02:00
{
2023-05-12 13:04:05 +02:00
imports = [
"${modulesPath}/profiles/qemu-guest.nix"
"${sources.disko}/module.nix"
./disko.nix
];
2023-05-12 03:22:09 +02:00
}