[water7] feat: Add sops + age secret handling, still wip
I'm kinda lost, but we'll get there lol soon forgejo secrets will be fixed! Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
306737d73d
commit
a3e8fe8ab8
6 changed files with 69 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{ config, pkgs, inputs, lib, ... }:
|
||||
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
@ -22,8 +22,16 @@
|
|||
pinentry-curses
|
||||
hyprpaper
|
||||
inputs.zen-browser.packages."x86_64-linux".default
|
||||
sops
|
||||
age
|
||||
];
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = "../../.sops.yaml";
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/home/sid/.config/sops/age/keys.txt";
|
||||
};
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
# plain files is through 'home.file'.
|
||||
home.file = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue