clan-core/nixosModules/flake-module.nix
lassulus 9fca1e7f43
All checks were successful
checks-impure / test (pull_request) Successful in 2s
checks / test (pull_request) Successful in 2s
move clanCore into nixosModules, add secrets generate command
2023-08-29 16:28:50 +02:00

7 lines
149 B
Nix

{ ... }: {
flake.nixosModules = {
hidden-ssh-announce.imports = [ ./hidden-ssh-announce.nix ];
installer.imports = [ ./installer ];
};
}