feat: cleaned up some stuff

This commit is contained in:
Nick 2024-10-11 17:38:05 -05:00
parent de63708b61
commit 85c14a33d1
18 changed files with 47 additions and 102 deletions

View file

@ -1,25 +1,6 @@
{flake, ...}: let
inherit
(flake.config.people)
user2
;
in {
{
sops = {
defaultSopsFile = ../../secrets/secrets.yaml;
validateSopsFiles = false;
age = {
keyFile = "/var/lib/sops-nix/key.txt";
generateKey = false;
};
secrets = {
"ssh/private" = {
path = "/home/${user2}/.ssh/id_ed25519";
owner = user2;
};
"ssh/public" = {
path = "/home/${user2}/.ssh/id_ed25519.pub";
owner = user2;
};
"network/fallaryn" = {
path = "/etc/fallaryn-synology";
owner = "root";