nixos-servers/hosts/nix-cache01/default.nix
2025-01-23 23:18:14 +01:00

7 lines
56 B
Nix

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