Files
nixos-config/nix-config/host/oldie/default.nix
T

9 lines
71 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./private
];
}