nix-home/nki-home/secrets/default.nix
Natsu Kagami 466f5f1e90 Basic configuration for nki-home
nki-home tinc working

Don't route tinc through vpn

Don't do it lol

Integrate home-manager

Merge nki-home/flake into main flake

Add MacOS clipboard compat

Make VPN input a secret
2021-10-28 23:53:29 -04:00

7 lines
131 B
Nix

{ config, pkgs, ... }:
{
sops.defaultSopsFile = ./secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
}