chore: minor cleanup

This commit is contained in:
arcnmx 2024-04-07 16:08:33 -07:00
parent 3a2927a12f
commit 3c19a00aaa
4 changed files with 4 additions and 10 deletions

View file

@ -1,13 +1,8 @@
{
lib,
inputs,
...
}:
with lib; {
}: {
imports = [
inputs.sops-nix.nixosModules.sops
];
sops = {
age.sshKeyPaths = mkDefault ["/etc/ssh/ssh_host_ed25519_key"];
};
}