nixos-servers/hosts/ns3/default.nix

7 lines
89 B
Nix
Raw Normal View History

2024-03-07 22:14:44 +00:00
{ ... }: {
imports = [
./hardware-configuration.nix
./configuration.nix
];
}