nixos/hosts/common/core/default.nix

6 lines
51 B
Nix
Raw Normal View History

2024-05-12 19:58:55 +01:00
{pkgs, ...}: {
imports = [
./sops.nix
];
}