commit
This commit is contained in:
parent
c94bac60e8
commit
e99d976a9c
2 changed files with 2 additions and 6 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue