Add selfhosted services
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{ config, dotfiles, sops-nix, ... }:
|
||||
{
|
||||
imports = [
|
||||
sops-nix.homeManagerModules.sops
|
||||
];
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = "${dotfiles}/dot_config/sops/secrets.yaml";
|
||||
age.keyFile = "${config.xdg.configHome}/sops/age/keys.txt";
|
||||
};
|
||||
|
||||
home.file.".sops.yaml".source = "${dotfiles}/dot_sops.yaml";
|
||||
|
||||
xdg.configFile."sops" = {
|
||||
source = "${dotfiles}/dot_config/sops";
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user