configuration.nix/common/default.nix

7 lines
102 B
Nix

_: {
imports = [ ./nix.nix ./users.nix ];
sops = {
defaultSopsFile = ../secrets.yaml;
};
}