This commit is contained in:
kirbara 2025-12-01 14:59:40 +07:00
parent cfcc57a8bd
commit a450a34f62
Signed by: exp
GPG key ID: D7E63AD0019E75D9
7 changed files with 10 additions and 11 deletions

View file

@ -1,4 +1,9 @@
{
flake-file.inputs = {
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
};
den.aspects = {
base = {
homeManager =

View file

@ -16,7 +16,7 @@
pkgs.sops
pkgs.age
];
sops.defaultSopsFile = ./../../secrets/secrets.yaml;
sops.defaultSopsFile = ./../../secret/secret.yaml;
sops.defaultSopsFormat = "yaml";
};
homeManager =