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
This commit is contained in:
Natsu Kagami 2021-10-28 18:15:24 -04:00
parent 1c3fd3f47b
commit 466f5f1e90
15 changed files with 496 additions and 32 deletions

View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
sops.defaultSopsFile = ./secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
}

File diff suppressed because one or more lines are too long