commit
This commit is contained in:
parent
cfcc57a8bd
commit
a450a34f62
7 changed files with 10 additions and 11 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
pkgs.sops
|
||||
pkgs.age
|
||||
];
|
||||
sops.defaultSopsFile = ./../../secrets/secrets.yaml;
|
||||
sops.defaultSopsFile = ./../../secret/secret.yaml;
|
||||
sops.defaultSopsFormat = "yaml";
|
||||
};
|
||||
homeManager =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue