This commit is contained in:
kirbara 2025-12-05 22:52:35 +07:00
parent c94bac60e8
commit e99d976a9c
Signed by: exp
GPG key ID: D7E63AD0019E75D9
2 changed files with 2 additions and 6 deletions

View file

@ -1,9 +1,7 @@
{ {
den.aspects = { den.aspects = {
kirakira = { kirakira = {
nixos = nixos = {
{ lib, ... }:
{
sops.age.keyFile = "/home/kirbara/.config/sops/age/keys.txt"; sops.age.keyFile = "/home/kirbara/.config/sops/age/keys.txt";
}; };
}; };

View file

@ -1,9 +1,7 @@
{ {
den.aspects = { den.aspects = {
neru = { neru = {
nixos = nixos = {
{ lib, pkgs, config, ... }:
{
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
}; };
}; };