infrastructure/machines/web01/_hardware-configuration.nix

18 lines
402 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, ... }:
2023-05-12 03:22:09 +02:00
{
2023-05-12 13:04:05 +02:00
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
(
let
sources = import ../../npins;
in
sources.disko + "/module.nix"
)
./disko.nix
];
2023-05-12 03:22:09 +02:00
}