]> Untitled Git - awful.systems.git/blob - secrets/default.nix
Initial commit
[awful.systems.git] / secrets / default.nix
1 { config, lib, pkgs, ... }:
2
3 {
4   sops = {
5     age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
6     defaultSopsFile = ./secrets.yaml;
7   };
8 }