Replace homeage with sops-nix
This commit is contained in:
parent
03608f96d7
commit
5d752cb279
12 changed files with 44 additions and 99 deletions
|
@ -1,10 +0,0 @@
|
|||
{ pkgs, config, flake, ... }: {
|
||||
config = {
|
||||
home.packages = [ pkgs.unstable.keepassxc ];
|
||||
|
||||
homeage.file."keepassxc.ini" = {
|
||||
source = "${flake}/secrets/keepassxc.ini.age";
|
||||
symlinks = [ "${config.xdg.configHome}/keepassxc/keepassxc.ini" ];
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{ config, flake, ... }: {
|
||||
config = {
|
||||
services.syncthing.enable = true;
|
||||
|
||||
homeage.file."syncthing-key.pem" = {
|
||||
source = "${flake}/secrets/syncthing-key.pem.age";
|
||||
symlinks = [ "${config.xdg.configHome}/syncthing/key.pem" ];
|
||||
};
|
||||
|
||||
homeage.file."syncthing-cert.pem" = {
|
||||
source = "${flake}/secrets/syncthing-cert.pem.age";
|
||||
symlinks = [ "${config.xdg.configHome}/syncthing/cert.pem" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue